diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2008-01-04 21:45:49 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2008-01-04 21:45:49 +0000 |
| commit | a1f96ffea02ffd023897fd23328d20f66c11212e (patch) | |
| tree | ff9ce9d29692bdd5e1c33bae645b494330391ab7 /fluid/Fl_Type.h | |
| parent | 329f5de33080274b8b2cf3bbb92c61e04b039fa5 (diff) | |
STR #1776: FLUID now tries to find a previously declared callback to avoid declaring one as 'extern'. I also replaced many 'public' Light_Buttons with pulldown menus which offer either 'local'/'global', or 'private'/'public'/'protected', depending if the item is outside or inside a class. I took great care to make this change transparent to previous .fl files. Downward compatibility is only problematic if the new 'protected' keyword is used.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@6012 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/Fl_Type.h')
| -rw-r--r-- | fluid/Fl_Type.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fluid/Fl_Type.h b/fluid/Fl_Type.h index 0eed936a2..a35fc6201 100644 --- a/fluid/Fl_Type.h +++ b/fluid/Fl_Type.h @@ -721,6 +721,8 @@ Fl_Widget *make_widget_browser(int X,int Y,int W,int H); extern int modflag; void delete_all(int selected_only=0); void selection_changed(Fl_Type* new_current); +void reveal_in_browser(Fl_Type*); +int has_toplevel_function(const char *rtype, const char *sig); // file operations: # ifdef __GNUC__ |
