diff options
| author | Matthias Melcher <github@matthiasm.com> | 2022-12-10 23:22:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-10 23:22:24 +0100 |
| commit | a5adbd99ca073ecb9d6153b089543b23a673c9b5 (patch) | |
| tree | 0e1bdebff56e5e0b23369b91b68a90fa42da4f65 /fluid/Fluid_Image.h | |
| parent | 8dcd121d44f1b5041c83081277e2633745fa376d (diff) | |
Add option to bind images to a widget (#589)
Adding image binding to FLUID as well
Diffstat (limited to 'fluid/Fluid_Image.h')
| -rw-r--r-- | fluid/Fluid_Image.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/Fluid_Image.h b/fluid/Fluid_Image.h index 8dc33c3c0..738789223 100644 --- a/fluid/Fluid_Image.h +++ b/fluid/Fluid_Image.h @@ -40,7 +40,7 @@ public: void deimage(Fl_Widget *); // set the deimage of this widget void write_static(); void write_initializer(const char *type_name, const char *format, ...); - void write_code(const char *var, int inactive = 0); + void write_code(int bind, const char *var, int inactive = 0); void write_inline(int inactive = 0); void write_file_error(const char *fmt); const char *name() const {return name_;} |
