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/widget_panel.fl | |
| 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/widget_panel.fl')
| -rw-r--r-- | fluid/widget_panel.fl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fluid/widget_panel.fl b/fluid/widget_panel.fl index 192117900..3137c357b 100644 --- a/fluid/widget_panel.fl +++ b/fluid/widget_panel.fl @@ -33,7 +33,7 @@ comment {// Function {make_widget_panel()} {open } { - Fl_Window {} {open selected + Fl_Window {} {open xywh {632 21 405 345} type Double labelsize 11 resizable hotspot visible } { Fl_Tabs {} { @@ -437,10 +437,10 @@ Function {make_widget_panel()} {open } Fl_Text_Editor {} { label {Callback:} - callback callback_cb + callback callback_cb selected tooltip {The callback function or code for the widget.} xywh {100 169 295 91} box DOWN_BOX labelfont 1 labelsize 11 align 4 textfont 4 textsize 11 - code0 {o->buffer(new Fl_Text_Buffer());} - code1 {o->textfont(FL_COURIER);} + code0 {\#include "CodeEditor.h"} + class CodeEditor } Fl_Group {} { callback propagate_load open |
