diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-09-29 06:20:15 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-09-29 06:20:15 +0000 |
| commit | 4c97599917ff71da2051446984755c34512191e8 (patch) | |
| tree | 1fe32872958a66014a2fdd994054881627ba6966 /fluid/Fluid_Image.h | |
| parent | 50fc2f480682aec85d04f46c492a4bb852e5ae33 (diff) | |
Enable all of the new FLUID stuff...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1590 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/Fluid_Image.h')
| -rw-r--r-- | fluid/Fluid_Image.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/fluid/Fluid_Image.h b/fluid/Fluid_Image.h index f38706c73..f513b8785 100644 --- a/fluid/Fluid_Image.h +++ b/fluid/Fluid_Image.h @@ -1,5 +1,5 @@ // -// "$Id: Fluid_Image.h,v 1.3.2.4 2001/01/22 15:13:38 easysw Exp $" +// "$Id: Fluid_Image.h,v 1.3.2.4.2.1 2001/09/29 06:20:15 easysw Exp $" // // Pixmap image header file for the Fast Light Tool Kit (FLTK). // @@ -43,18 +43,20 @@ public: static Fluid_Image* find(const char *); void decrement(); // reference counting & automatic free void increment(); - virtual void label(Fl_Widget *) = 0; // set the label of this widget + virtual void image(Fl_Widget *) = 0; // set the image of this widget + virtual void deimage(Fl_Widget *) = 0; // set the deimage of this widget virtual void write_static() = 0; - virtual void write_code() = 0; + virtual void write_code(int inactive = 0) = 0; const char *name() const {return name_;} }; // pop up file chooser and return a legal image selected by user, // or zero for any errors: Fluid_Image *ui_find_image(const char *); +extern const char *ui_find_image_name; #endif // -// End of "$Id: Fluid_Image.h,v 1.3.2.4 2001/01/22 15:13:38 easysw Exp $". +// End of "$Id: Fluid_Image.h,v 1.3.2.4.2.1 2001/09/29 06:20:15 easysw Exp $". // |
