diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-04-28 10:12:41 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-04-28 10:12:41 +0000 |
| commit | 47b57655a0cf98513de50240fa335d8b46e68b61 (patch) | |
| tree | d6f400067150e0abcfa98e735a7fe3894ee45ac9 /fluid/function_panel.fl | |
| parent | 11fccec026701adbe5201e4b655c1234b8388228 (diff) | |
Make code dialog wider.
Make menubar only 25 pixels high to match current defaults.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2121 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/function_panel.fl')
| -rw-r--r-- | fluid/function_panel.fl | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/fluid/function_panel.fl b/fluid/function_panel.fl index 2470b8071..369311164 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.0008 +version 1.0100 header_name {.h} code_name {.cxx} gridx 5 @@ -42,18 +42,18 @@ Function {make_code_panel()} {open } { Fl_Window code_panel { label code open - xywh {260 242 290 175} resizable modal visible + xywh {260 242 548 175} resizable modal visible } { Fl_Input code_input { - tooltip {C/C++ code.} xywh {10 10 270 120} type Multiline labelsize 12 align 0 when 0 textfont 4 resizable + tooltip {C/C++ code.} xywh {10 10 525 120} type Multiline labelsize 12 align 0 when 0 textfont 4 resizable } Fl_Return_Button code_panel_ok { - label OK - xywh {115 140 80 25} hotspot + label OK selected + xywh {370 140 80 25} hotspot } Fl_Button code_panel_cancel { - label Cancel - xywh {200 140 80 25} shortcut 0xff1b + label Cancel selected + xywh {455 140 80 25} shortcut 0xff1b } } } @@ -89,7 +89,7 @@ Function {make_declblock_panel()} {open } { Fl_Window declblock_panel { label {declaration block} open - xywh {314 255 295 130} resizable modal visible + xywh {184 572 295 130} resizable modal visible } { 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 @@ -144,7 +144,7 @@ or typedef like "typedef char byte;"} Function {make_class_panel()} {open } { Fl_Window class_panel { - label class open selected + label class open xywh {517 813 285 170} resizable modal visible } { Fl_Light_Button c_public_button { |
