From a0021b31ef2c5d15d2b4f6a5fa16adb7d9f7fef6 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sat, 27 Apr 2002 18:34:11 +0000 Subject: Add unlock icon for public stuff. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2116 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/Fl_Type.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'fluid/Fl_Type.h') diff --git a/fluid/Fl_Type.h b/fluid/Fl_Type.h index 150eb79a6..141b8fcad 100644 --- a/fluid/Fl_Type.h +++ b/fluid/Fl_Type.h @@ -1,5 +1,5 @@ // -// "$Id: Fl_Type.h,v 1.5.2.11.2.4 2002/04/26 11:51:52 easysw Exp $" +// "$Id: Fl_Type.h,v 1.5.2.11.2.5 2002/04/27 18:34:11 easysw Exp $" // // Widget type header file for the Fast Light Tool Kit (FLTK). // @@ -158,6 +158,7 @@ public: void open(); virtual const char *type_name() {return "code";} int is_code_block() const {return 0;} + virtual int is_public() const; }; class Fl_CodeBlock_Type : public Fl_Type { @@ -170,6 +171,7 @@ public: virtual const char *type_name() {return "codeblock";} int is_code_block() const {return 1;} int is_parent() const {return 1;} + virtual int is_public() const; void write_properties(); void read_property(const char *); }; @@ -565,5 +567,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.11.2.4 2002/04/26 11:51:52 easysw Exp $". +// End of "$Id: Fl_Type.h,v 1.5.2.11.2.5 2002/04/27 18:34:11 easysw Exp $". // -- cgit v1.2.3