summaryrefslogtreecommitdiff
path: root/fluid
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2003-05-26 16:12:39 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2003-05-26 16:12:39 +0000
commita5cb29da1c6463d9b249920f9b455c3c357d2140 (patch)
tree60e4ccd79471f509937ca8854e94d2b798b926d6 /fluid
parentb0a660f433d548e9747d1678fb983be1019c95f3 (diff)
Check syntax of callback only on release, not on change.
Update announcement for 1.1.4rc1. Add 1.1.4rc1 to version list in STR form. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3004 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid')
-rw-r--r--fluid/widget_panel.cxx1
-rw-r--r--fluid/widget_panel.fl2
2 files changed, 1 insertions, 2 deletions
diff --git a/fluid/widget_panel.cxx b/fluid/widget_panel.cxx
index 3b9bdee04..a864378d1 100644
--- a/fluid/widget_panel.cxx
+++ b/fluid/widget_panel.cxx
@@ -449,7 +449,6 @@ Fl_Double_Window* make_widget_panel() {
o->textfont(4);
o->callback((Fl_Callback*)callback_cb);
o->align(FL_ALIGN_LEFT);
- o->when(FL_WHEN_CHANGED);
Fl_Group::current()->resizable(o);
o->buffer(new Fl_Text_Buffer());
o->textfont(FL_COURIER);
diff --git a/fluid/widget_panel.fl b/fluid/widget_panel.fl
index 1c47d05a9..e2f4a76b0 100644
--- a/fluid/widget_panel.fl
+++ b/fluid/widget_panel.fl
@@ -414,7 +414,7 @@ image}
Fl_Text_Editor {} {
label {Callback:}
callback callback_cb selected
- tooltip {The callback function or code for the widget.} xywh {102 177 291 86} box NO_BOX align 4 when 1 textfont 4 resizable
+ tooltip {The callback function or code for the widget.} xywh {102 177 291 86} box NO_BOX align 4 textfont 4 resizable
code0 {o->buffer(new Fl_Text_Buffer());}
code1 {o->textfont(FL_COURIER);}
}