Fix typo.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10669 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
d6bcdbe375
commit
33f61316fc
@ -29,7 +29,7 @@ extern void exit_cb(Fl_Widget*, void*);
|
||||
extern void toggle_widgetbin_cb(Fl_Widget*, void*);
|
||||
|
||||
/**
|
||||
Allow Windget navigation on Text fields with Tab.
|
||||
Allow widget navigation on text fields with Tab.
|
||||
*/
|
||||
static int use_tab_navigation(int, Fl_Text_Editor*) {
|
||||
return 0;
|
||||
|
||||
@ -47,7 +47,7 @@ decl {extern void toggle_widgetbin_cb(Fl_Widget*, void*);} {private global
|
||||
}
|
||||
|
||||
Function {use_tab_navigation(int, Fl_Text_Editor*)} {
|
||||
comment {Allow Windget navigation on Text fields with Tab.} private return_type int
|
||||
comment {Allow widget navigation on text fields with Tab.} private return_type int
|
||||
} {
|
||||
code {return 0;} {}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user