diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-04-28 11:40:26 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-04-28 11:40:26 +0000 |
| commit | 081d369c114780af58b5be639ff3d431a8602705 (patch) | |
| tree | 219d241de8df260fcef1bafbb42b6b9b075534cf /fluid/function_panel.fl | |
| parent | 47b57655a0cf98513de50240fa335d8b46e68b61 (diff) | |
Support "using" keyword.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2122 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/function_panel.fl')
| -rw-r--r-- | fluid/function_panel.fl | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/fluid/function_panel.fl b/fluid/function_panel.fl index 369311164..1a2d1722a 100644 --- a/fluid/function_panel.fl +++ b/fluid/function_panel.fl @@ -48,11 +48,11 @@ Function {make_code_panel()} {open 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 selected + label OK xywh {370 140 80 25} hotspot } Fl_Button code_panel_cancel { - label Cancel selected + label Cancel xywh {455 140 80 25} shortcut 0xff1b } } @@ -123,12 +123,8 @@ Function {make_decl_panel()} {open tooltip {Make the declaration publicly accessible.} xywh {10 10 65 25} labelsize 10 when 0 } Fl_Input decl_input { - label {Can be any declaration, like "int x;", -an external symbol like "extern int foo();", -a \#directive like "\#include <foo.h>", -or a comment like "//foo" or "/*foo*/", -or typedef like "typedef char byte;"} - tooltip {Declaration text.} xywh {10 40 270 25} labelsize 12 align 6 when 0 textfont 4 resizable + label {Can be any declaration, like "int x;", an external symbol like "extern int foo();", a \#directive like "\#include <foo.h>", a comment like "//foo" or "/*foo*/", or typedef like "typedef char byte;" or "using std::list;".} selected + tooltip {Declaration text.} xywh {10 40 270 25} labelsize 12 align 134 when 0 textfont 4 resizable } Fl_Return_Button decl_panel_ok { label OK |
