diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-03-21 06:28:30 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-03-21 06:28:30 +0000 |
| commit | e852b736ad155ee0a9c90e483cd31ab9e82312fa (patch) | |
| tree | a2021fb6e234481e4d2243e4ce5d9650331b99f3 /fluid/Fl_Widget_Type.cxx | |
| parent | 8a5eef29179d050da0e7f411ad699f4d2ffb2c08 (diff) | |
Initial integration with editor-based CodeEditor class (only the widget
callback editor right now)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4152 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/Fl_Widget_Type.cxx')
| -rw-r--r-- | fluid/Fl_Widget_Type.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/Fl_Widget_Type.cxx b/fluid/Fl_Widget_Type.cxx index c7d46b641..af8331d45 100644 --- a/fluid/Fl_Widget_Type.cxx +++ b/fluid/Fl_Widget_Type.cxx @@ -979,7 +979,7 @@ void align_cb(Fl_Button* i, void *v) { //////////////////////////////////////////////////////////////// -void callback_cb(Fl_Text_Editor* i, void *v) { +void callback_cb(CodeEditor* i, void *v) { if (v == LOAD) { const char *cbtext = current_widget->callback(); i->buffer()->text( cbtext ? cbtext : "" ); |
