diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2002-12-26 01:15:32 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2002-12-26 01:15:32 +0000 |
| commit | fcb49a7b139aaa5a0509c1718c107b372839cf47 (patch) | |
| tree | 6be0fd6c1ef0bf0403bc8722088a1d66b789c5f9 /fluid/widget_panel.fl | |
| parent | a81ea6a412d844fd8af5b007402320f10b20fa29 (diff) | |
Fl_Text_Display/Editor would not receive FL_FOCUS events on mouse clicks
which resulted in not showing the insertion cursor.
Fluid would not register changes to Fl_Text_Editor widgets unless Enter
was pressed.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2885 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/widget_panel.fl')
| -rw-r--r-- | fluid/widget_panel.fl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fluid/widget_panel.fl b/fluid/widget_panel.fl index ad216ec55..a875c5b01 100644 --- a/fluid/widget_panel.fl +++ b/fluid/widget_panel.fl @@ -1,11 +1,11 @@ # data file for the Fltk User Interface Designer (fluid) -version 1.0102 +version 1.0103 header_name {.h} code_name {.cxx} Function {make_widget_panel()} {open } { Fl_Window {} {open - xywh {318 157 415 370} type Double resizable hotspot visible + xywh {366 151 415 370} type Double resizable hotspot visible } { Fl_Tabs {} { callback {propagate_load((Fl_Group *)o,v);} open @@ -417,6 +417,7 @@ image} 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);} + code2 {o->when(FL_WHEN_ENTER_KEY_CHANGED|FL_WHEN_RELEASE);} } } Fl_Box {} { |
