summaryrefslogtreecommitdiff
path: root/fluid/function_panel.fl
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2004-03-11 05:17:12 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2004-03-11 05:17:12 +0000
commit70ca1d156ba8bb0aa1b3a925b89f935fe4dccfbe (patch)
tree6c01d1849e98d53e54ba99af45425ab5cf3ea62e /fluid/function_panel.fl
parentc5d30baf60c5b8acd81a6fa5dd5ea0b2392de10e (diff)
Fl_Value_Slider::draw_bg() didn't always apply the clipping
rectangle (STR #235) fl_filename_relative() returned the wrong string if the absolute pathname was equal to the current working directory (STR #224) Fl_Help_Dialog didn't correctly restore the scroll position when going forward/back in the link history if the file changed (STR #218) glutGetModifiers() did not mask off extra state bits, confusing some GLUT-based applications (STR #213) Fixed mouse capture problems on MacOS X (STR #209, STR #229) Fl_Sys_Menu_Bar is now built into the library for MacOS X (STR #229) Fl_Menu_ now provides item_pathname() methods to get the "pathname" of a menu item, e.g. "File/Quit" (STR #283) Fl_Text_Display now provides cursor_color() methods to get and set the cursor color (STR #271) Fl_Scroll didn't honor FL_NO_BOX (STR #305) FLUID declaration blocks didn't support public/private definitions (STR #301) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3231 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/function_panel.fl')
-rw-r--r--fluid/function_panel.fl52
1 files changed, 28 insertions, 24 deletions
diff --git a/fluid/function_panel.fl b/fluid/function_panel.fl
index 97eb8b843..5b7f84ce0 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.0104
+version 1.0105
header_name {.h}
code_name {.cxx}
decl {\#include <FL/Fl_Pixmap.H>} {}
@@ -16,7 +16,7 @@ Function {make_function_panel()} {open
} {
Fl_Window function_panel {
label {function/method} open
- xywh {774 432 285 170} resizable modal visible
+ xywh {909 450 285 170} type Single hide resizable modal
} {
Fl_Light_Button f_public_button {
label public
@@ -49,7 +49,7 @@ Function {make_code_panel()} {open
} {
Fl_Window code_panel {
label code open
- xywh {327 261 548 175} resizable modal visible
+ xywh {327 261 545 175} type Single hide resizable modal
} {
Fl_Group {} {open
xywh {10 10 525 120} box DOWN_FRAME resizable
@@ -75,8 +75,8 @@ Function {make_code_panel()} {open
Function {make_codeblock_panel()} {open
} {
Fl_Window codeblock_panel {
- label codeblock open
- xywh {289 462 295 130} resizable modal visible
+ label codeblock open selected
+ xywh {289 462 295 130} type Single hide resizable modal
} {
Fl_Input code_before_input {
tooltip {\#ifdef or similar conditional code block.} xywh {10 10 275 25} labelsize 12 align 5 when 0 textfont 4 resizable
@@ -103,25 +103,29 @@ Function {make_declblock_panel()} {open
} {
Fl_Window declblock_panel {
label {declaration block} open
- xywh {184 572 295 130} resizable modal visible
+ xywh {184 572 295 155} type Single hide resizable modal
} {
Fl_Input decl_before_input {
- tooltip {\#ifdef or similar conditional declaration block.} xywh {10 10 275 25} labelsize 12 align 5 when 0 textfont 4 resizable
+ tooltip {\#ifdef or similar conditional declaration block.} xywh {10 35 275 25} labelsize 12 align 5 when 0 textfont 4 resizable
}
Fl_Box {} {
label {"\\n...child code...\\n" is inserted here}
- xywh {10 35 275 25} align 20
+ xywh {10 60 275 25} align 20
}
Fl_Input decl_after_input {
- tooltip {\#endif or similar declaration code block.} xywh {10 60 275 25} labelsize 12 align 5 when 0 textfont 4
+ tooltip {\#endif or similar declaration code block.} xywh {10 85 275 25} labelsize 12 align 5 when 0 textfont 4
}
Fl_Return_Button declblock_panel_ok {
label OK
- xywh {120 95 80 25} hotspot
+ xywh {120 120 80 25} hotspot
}
Fl_Button declblock_panel_cancel {
label Cancel
- xywh {205 95 80 25} shortcut 0xff1b
+ xywh {205 120 80 25} shortcut 0xff1b
+ }
+ Fl_Light_Button declblock_public_button {
+ label public
+ tooltip {Make the declaration publicly accessible.} xywh {9 6 65 25} labelsize 10 when 0
}
}
}
@@ -130,7 +134,7 @@ Function {make_decl_panel()} {open
} {
Fl_Window decl_panel {
label declaration open
- xywh {393 601 290 180} resizable visible
+ xywh {393 601 290 180} type Single hide resizable
} {
Fl_Light_Button decl_public_button {
label public
@@ -155,7 +159,7 @@ Function {make_class_panel()} {open
} {
Fl_Window class_panel {
label class open
- xywh {517 797 285 170} resizable modal visible
+ xywh {517 797 285 170} type Single hide resizable modal
} {
Fl_Light_Button c_public_button {
label public
@@ -190,10 +194,10 @@ Function {make_widgetbin()} {open
} {
Fl_Window widgetbin_panel {
label Bin open
- xywh {325 137 443 100} type Double
- code0 {o->size(o->w(),80);} non_modal visible
+ xywh {325 137 440 100} type Single hide
+ code0 {o->size(o->w(),80);} non_modal
} {
- Fl_Group {} {open
+ Fl_Group {} {
xywh {3 3 50 74} box THIN_DOWN_BOX
} {
Fl_Button {} {
@@ -233,7 +237,7 @@ Function {make_widgetbin()} {open
code0 {o->image(pixmap[11]);}
}
}
- Fl_Group {} {open
+ Fl_Group {} {
xywh {55 3 74 74} box THIN_DOWN_BOX
} {
Fl_Button {} {
@@ -279,7 +283,7 @@ Function {make_widgetbin()} {open
code0 {o->image(pixmap[21]);}
}
}
- Fl_Group {} {open
+ Fl_Group {} {
xywh {131 3 50 74} box THIN_DOWN_BOX
} {
Fl_Button {} {
@@ -319,7 +323,7 @@ Function {make_widgetbin()} {open
code0 {o->image(pixmap[4]);}
}
}
- Fl_Group {} {open
+ Fl_Group {} {
xywh {183 3 74 74} box THIN_DOWN_BOX
} {
Fl_Button {} {
@@ -377,7 +381,7 @@ Function {make_widgetbin()} {open
code0 {o->image(pixmap[45]);}
}
}
- Fl_Group {} {open
+ Fl_Group {} {
xywh {259 3 50 74} box THIN_DOWN_BOX
} {
Fl_Button {} {
@@ -411,7 +415,7 @@ Function {make_widgetbin()} {open
code0 {o->image(pixmap[30]);}
}
}
- Fl_Group {} {open
+ Fl_Group {} {
xywh {311 3 50 74} box THIN_DOWN_BOX
} {
Fl_Button {} {
@@ -445,7 +449,7 @@ Function {make_widgetbin()} {open
code0 {o->image(pixmap[15]);}
}
}
- Fl_Group {} {open
+ Fl_Group {} {
xywh {363 3 26 74} box THIN_DOWN_BOX
} {
Fl_Button {} {
@@ -467,7 +471,7 @@ Function {make_widgetbin()} {open
code0 {o->image(pixmap[33]);}
}
}
- Fl_Group {} {open
+ Fl_Group {} {
xywh {391 3 50 74} box THIN_DOWN_BOX
} {
Fl_Button {} {
@@ -490,7 +494,7 @@ Function {make_widgetbin()} {open
}
Fl_Button {} {
user_data {"Fl_Progress"}
- callback type_make_cb selected
+ callback type_make_cb
tooltip Progress xywh {392 52 24 24} box THIN_UP_BOX
code0 {o->image(pixmap[36]);}
}