diff options
| author | gustavo <gustavo> | 1999-04-18 14:10:55 +0000 |
|---|---|---|
| committer | gustavo <gustavo> | 1999-04-18 14:10:55 +0000 |
| commit | 923aa16100771ca4cbcdb2e575f3fe17753d5d1f (patch) | |
| tree | d85720bc91c387208abdb3e53f1fa4e1f082c371 /fluid/Fl_Type.h | |
| parent | c319bcae89df8353c64cc82fe3565a66dfbd2b6a (diff) | |
Changes so that "extra code" goes before o->end() and close bracket.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@546 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/Fl_Type.h')
| -rw-r--r-- | fluid/Fl_Type.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/fluid/Fl_Type.h b/fluid/Fl_Type.h index 3f054f154..6ce76155e 100644 --- a/fluid/Fl_Type.h +++ b/fluid/Fl_Type.h @@ -1,5 +1,5 @@ // -// "$Id: Fl_Type.h,v 1.5.2.1 1999/03/29 17:39:25 carl Exp $" +// "$Id: Fl_Type.h,v 1.5.2.2 1999/04/18 14:10:53 gustavo Exp $" // // Widget type header file for the Fast Light Tool Kit (FLTK). // @@ -239,6 +239,8 @@ protected: void write_static(); void write_code1(); void write_widget_code(); + void write_extra_code(); + void write_block_close(); void write_code2(); public: @@ -523,5 +525,5 @@ int storestring(const char *n, const char * & p, int nostrip=0); extern int include_H_from_C; // -// End of "$Id: Fl_Type.h,v 1.5.2.1 1999/03/29 17:39:25 carl Exp $". +// End of "$Id: Fl_Type.h,v 1.5.2.2 1999/04/18 14:10:53 gustavo Exp $". // |
