diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2005-08-23 11:28:13 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2005-08-23 11:28:13 +0000 |
| commit | cd1de720b716d77810a923bc7aa7242e99db891c (patch) | |
| tree | 12970e246988c9f35564177f4396c559f33f3314 /fluid/widget_panel.fl | |
| parent | 7e02be0309fbe276358efeedf01b2609b07d5988 (diff) | |
FLUID now knows if a static callback is already declared in a class and won't declare it 'extern' (STR #776)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4534 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/widget_panel.fl')
| -rw-r--r-- | fluid/widget_panel.fl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/widget_panel.fl b/fluid/widget_panel.fl index 53a50d2e9..90fdbeb11 100644 --- a/fluid/widget_panel.fl +++ b/fluid/widget_panel.fl @@ -464,7 +464,7 @@ Function {make_widget_panel()} {open Fl_Text_Editor {} { label {Callback:} callback callback_cb - tooltip {The callback function or code for the widget.} xywh {90 170 300 90} box DOWN_BOX labelfont 1 labelsize 11 align 4 textfont 4 textsize 11 resizable + tooltip {The callback function or code for the widget. Use the variable name 'o' to access the Widget pointer and 'v' to access the user value.} xywh {90 170 300 90} box DOWN_BOX labelfont 1 labelsize 11 align 4 textfont 4 textsize 11 resizable code0 {\#include "CodeEditor.h"} class CodeEditor } |
