From b101ac281d35a0ded31e14924c0f110eee25d6bb Mon Sep 17 00:00:00 2001 From: Bill Spitzak Date: Fri, 17 Dec 1999 18:35:00 +0000 Subject: 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 --- fluid/function_panel.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fluid/function_panel.cxx') 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 \",\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); -- cgit v1.2.3