summaryrefslogtreecommitdiff
path: root/fluid/function_panel.fl
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2014-10-05 00:03:27 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2014-10-05 00:03:27 +0000
commitaef482198e224822d5f08b7adbb2e59a6a68a1fe (patch)
tree34792698e0de2ed6cf93933046797934b9eba111 /fluid/function_panel.fl
parent7aa27859a552f0e459110455a372e5a017bc6873 (diff)
Bump version numbers to 1.3.3.
All fluid .fl files have been rewritten with fluid 1.3.3 and may differ somehow, but there are no significant changes. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10353 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/function_panel.fl')
-rw-r--r--fluid/function_panel.fl18
1 files changed, 9 insertions, 9 deletions
diff --git a/fluid/function_panel.fl b/fluid/function_panel.fl
index 657b1f360..a5d44c4d2 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.0300
+version 1.0303
header_name {.h}
code_name {.cxx}
comment {//
@@ -132,7 +132,7 @@ Function {make_code_panel()} {open
label {Code Properties}
callback {if (Fl::event()==FL_SHORTCUT && Fl::event_key()==FL_Escape)
return; // ignore Escape
-code_panel->hide(); // otherwise hide..} open selected
+code_panel->hide(); // otherwise hide..} open
xywh {353 262 540 180} type Double labelsize 11 resizable
code0 {o->size_range(200, 150);} modal visible
} {
@@ -410,7 +410,7 @@ Function {make_data_panel()} {open
Function {make_class_panel()} {} {
Fl_Window class_panel {
label {Class Properties} open
- xywh {395 191 342 196} type Double labelsize 11 resizable modal size_range {343 188 0 0} visible
+ xywh {783 191 342 196} type Double labelsize 11 hide resizable modal size_range {343 188 0 0}
} {
Fl_Group {} {open
xywh {10 10 280 20} hide
@@ -456,8 +456,8 @@ Function {make_class_panel()} {} {
Function {make_comment_panel()} {} {
Fl_Window comment_panel {
- label {Comment Properties} open
- xywh {422 190 550 280} type Double labelsize 11 resizable
+ label {Comment Properties} open selected
+ xywh {780 296 550 280} type Double labelsize 11 resizable
code0 {o->size_range(320, 180);} modal visible
} {
Fl_Text_Editor comment_input {
@@ -528,7 +528,7 @@ Function {make_widgetbin()} {open
exit_cb((Fl_Widget*)o, v);
else
toggle_widgetbin_cb((Fl_Widget*)o, v);} open
- xywh {410 171 574 85} type Single align 80 non_modal visible
+ xywh {410 171 574 85} type Single align 80 hide non_modal
} {
Fl_Group {} {
xywh {3 3 79 79}
@@ -881,7 +881,7 @@ Function {make_sourceview()} {} {
Fl_Window sourceview_panel {
label {Code View}
callback toggle_sourceview_cb
- xywh {430 273 520 490} type Double align 80 resizable size_range {384 120 0 0} visible
+ xywh {430 273 520 490} type Double align 80 hide resizable size_range {384 120 0 0}
} {
Fl_Tabs sv_tab {
callback update_sourceview_position_cb
@@ -889,7 +889,7 @@ Function {make_sourceview()} {} {
} {
Fl_Group {} {
label Source open
- xywh {10 35 500 415} labelsize 13 hide resizable
+ xywh {10 35 500 415} labelsize 13 resizable
} {
Fl_Text_Editor sv_source {
xywh {20 50 480 390} textfont 4 textsize 11 resizable
@@ -899,7 +899,7 @@ Function {make_sourceview()} {} {
}
Fl_Group {} {
label Header open
- xywh {10 35 500 415} labelsize 13
+ xywh {10 35 500 415} labelsize 13 hide
} {
Fl_Text_Editor sv_header {
xywh {20 50 480 390} textfont 4 textsize 11 resizable