summaryrefslogtreecommitdiff
path: root/fluid/function_panel.fl
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/function_panel.fl')
-rw-r--r--fluid/function_panel.fl15
1 files changed, 8 insertions, 7 deletions
diff --git a/fluid/function_panel.fl b/fluid/function_panel.fl
index 3c1ed41c1..b46fcde37 100644
--- a/fluid/function_panel.fl
+++ b/fluid/function_panel.fl
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
-version 1.0304
+version 1.0400
header_name {.h}
code_name {.cxx}
comment {//
@@ -383,12 +383,12 @@ Function {make_data_panel()} {open
}
Fl_Check_Button data_mode {
label {text mode}
- tooltip {When text mode is seleted, the returned type is "const char[]" and a trailing NUL will be appended to the data.} xywh {200 10 78 20} down_box DOWN_BOX labelsize 11
+ tooltip {When text mode is seleted, the returned type is "const char*" and a trailing NUL will be appended to the data.} xywh {200 10 78 20} down_box DOWN_BOX labelsize 11
}
}
Fl_Input data_input {
- label {Variable Name:} selected
- tooltip {Inline Data variables are declared "const unsigned char []" in binary mode and "const char[]" in text mode.} xywh {10 52 320 20} labelfont 1 labelsize 11 align 133 when 0 textfont 4 textsize 11
+ label {Variable Name:}
+ tooltip {Inline Data variables are declared "const unsigned char []" in binary mode and "const char*" in text mode.} xywh {10 52 320 20} labelfont 1 labelsize 11 align 133 when 0 textfont 4 textsize 11
}
Fl_Input data_filename {
label {Filename:}
@@ -399,7 +399,7 @@ Function {make_data_panel()} {open
xywh {290 90 40 20} labelcolor 134
}
Fl_Text_Editor data_comment_input {
- label {Comment:}
+ label {Comment:} selected
tooltip {Declaration comment in Doxygen format} xywh {10 130 320 65} box DOWN_BOX labelfont 1 labelsize 11 align 5 textfont 4 textsize 11 resizable
code0 {data_comment_input->buffer(new Fl_Text_Buffer());}
code1 {data_comment_input->add_key_binding(FL_Tab, 0, use_tab_navigation);}
@@ -536,7 +536,8 @@ Function {type_make_cb(Fl_Widget*,void*d)} {return_type void
}} {}
}
-Function {make_widgetbin()} {} {
+Function {make_widgetbin()} {open
+} {
Fl_Window widgetbin_panel {
label {Widget Bin}
callback {if (Fl::event()==FL_SHORTCUT && Fl::event_key()==FL_Escape)
@@ -545,7 +546,7 @@ else
toggle_widgetbin_cb((Fl_Widget*)o, v);} open
xywh {410 171 574 85} type Single align 80 hide non_modal
} {
- Fl_Group {} {
+ Fl_Group {} {open
xywh {3 3 79 79}
} {
Fl_Button {} {