diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2005-11-04 15:16:24 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2005-11-04 15:16:24 +0000 |
| commit | 7f6bacf2374d8e82a31cdbfd8fcf5ff18e97a55b (patch) | |
| tree | d526ddd1207e9fd9363f56c54039a614e2071959 /fluid/function_panel.fl | |
| parent | d24609eafb56c0c41f0aa72f2b44ee95df6bc2ad (diff) | |
FLUID1: The comment entry in the Browser now reveals some more information by showing multiple lines up to 50 characters. Also, a change just to make sure our Code View won't harm.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4638 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/function_panel.fl')
| -rw-r--r-- | fluid/function_panel.fl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/fluid/function_panel.fl b/fluid/function_panel.fl index 655ead0ce..f6900bad5 100644 --- a/fluid/function_panel.fl +++ b/fluid/function_panel.fl @@ -402,7 +402,7 @@ Function {make_widgetbin()} {open } Fl_Button {} { user_data {"declblock"} - callback type_make_cb + callback type_make_cb selected tooltip {Declaration Block} xywh {30 55 25 25} box THIN_UP_BOX code0 {o->image(pixmap[11]);} } @@ -688,11 +688,11 @@ Function {make_sourceview()} {open } { Fl_Window sourceview_panel { label {Code View} - callback toggle_sourceview_cb open + callback toggle_sourceview_cb xywh {533 374 520 490} type Double resizable size_range {384 120 0 0} visible } { Fl_Tabs sv_tab { - callback update_sourceview_position_cb open + callback update_sourceview_position_cb xywh {10 10 500 440} selection_color 4 labelcolor 7 resizable } { Fl_Group {} { @@ -709,14 +709,14 @@ Function {make_sourceview()} {open label Header open xywh {10 35 500 415} labelsize 13 } { - Fl_Text_Editor sv_header {selected + Fl_Text_Editor sv_header { xywh {20 50 480 390} textfont 4 textsize 11 resizable code0 {\#include "CodeEditor.h"} class CodeEditor } } } - Fl_Group {} {open + Fl_Group {} { xywh {10 460 500 20} } { Fl_Button {} { |
