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.cxx | |
| 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.cxx')
| -rw-r--r-- | fluid/function_panel.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/function_panel.cxx b/fluid/function_panel.cxx index 12a5c1e32..120339120 100644 --- a/fluid/function_panel.cxx +++ b/fluid/function_panel.cxx @@ -181,7 +181,7 @@ Fl_Window* make_decl_panel() { } { Fl_Input* o = decl_input = new Fl_Input(10, 50, 270, 25, "can be any declartion, like \"int x;\",\nan external symbol like \"extern int\ foo();\",\na #directive like \"#include <foo.h>\",\nor a comment like \"//foo\ -\" or \"/*foo*/\""); +\" or \"/*foo*/\",\nor typedef like \"typedef char byte;\""); o->labelsize(12); o->align(FL_ALIGN_BOTTOM_LEFT); o->when(FL_WHEN_NEVER); |
