diff options
| author | Bill Spitzak <spitzak@gmail.com> | 1999-12-17 18:35:00 +0000 |
|---|---|---|
| committer | Bill Spitzak <spitzak@gmail.com> | 1999-12-17 18:35:00 +0000 |
| commit | b101ac281d35a0ded31e14924c0f110eee25d6bb (patch) | |
| tree | 43d89aea3714875ec44e66265db50da45ec4414f /fluid/function_panel.fl | |
| parent | e7f42fa15f646de02a6c3770111dc5ecaf21266d (diff) | |
Patch from Clemens Hintze to allow declaratons of "typedef" to work.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@954 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/function_panel.fl')
| -rw-r--r-- | fluid/function_panel.fl | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/fluid/function_panel.fl b/fluid/function_panel.fl index ac73dbc5c..f025a6174 100644 --- a/fluid/function_panel.fl +++ b/fluid/function_panel.fl @@ -9,14 +9,14 @@ Function {make_function_panel()} {open } { Fl_Window function_panel { label {function/method} open - xywh {975 642 287 173} resizable modal visible + xywh {774 432 287 173} hide resizable modal } { Fl_Light_Button f_public_button { label public xywh {10 15 65 25} labelsize 10 when 0 } Fl_Light_Button f_c_button { - label {C declaration} selected + label {C declaration} xywh {90 15 90 25} labelsize 10 } Fl_Input f_name_input { @@ -116,7 +116,7 @@ Function {make_decl_panel()} {open } { Fl_Window decl_panel { label declaration open - xywh {282 823 290 176} hide resizable + xywh {282 823 290 176} resizable visible } { Fl_Light_Button decl_public_button { label public @@ -126,7 +126,8 @@ Function {make_decl_panel()} {open label {can be any declartion, like "int x;", an external symbol like "extern int foo();", a \#directive like "\#include <foo.h>", -or a comment like "//foo" or "/*foo*/"} +or a comment like "//foo" or "/*foo*/", +or typedef like "typedef char byte;"} xywh {10 50 270 25} labelsize 12 align 6 when 0 resizable } Fl_Return_Button decl_panel_ok { |
