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/README_fl.txt | |
| parent | 8dcd121d44f1b5041c83081277e2633745fa376d (diff) | |
Add option to bind images to a widget (#589)
Adding image binding to FLUID as well
Diffstat (limited to 'fluid/README_fl.txt')
| -rw-r--r-- | fluid/README_fl.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fluid/README_fl.txt b/fluid/README_fl.txt index 3b65360ae..a4d509f1a 100644 --- a/fluid/README_fl.txt +++ b/fluid/README_fl.txt @@ -380,7 +380,9 @@ Type "Fl_Widget" <word> : C++ variable name "xywh" <word> : "{%d %d %d %d}" x, y, w, h "tooltip" <word> : tooltip text "image" <word> : image name + "bind_image" <word> : integer (1.4 and up) "deimage" <word> : deactivated image name + "bind_deimage" <word> : integer (1.4 and up) "type" <word> : integer "box" <word> : text or integer (see FLTK boxtypes) "down_box" <word> : (is_button() or Fl_Input_choice" or is_menu_button()) |
