diff options
| author | Matthias Melcher <github@matthiasm.com> | 2022-12-30 19:20:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-30 19:20:52 +0100 |
| commit | 2c5a5ce948a47d067659f4745039af44ede5829b (patch) | |
| tree | 0535614a09c741a1f3ef7bd303485f2cfa5acd0c /fluid/README_fl.txt | |
| parent | 44c874b731f9f58c2f50c3c6076371058cbe26e3 (diff) | |
FLUID support for inline image data (see #542, #592) (#604)
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 f70c217b2..f1105081a 100644 --- a/fluid/README_fl.txt +++ b/fluid/README_fl.txt @@ -380,8 +380,10 @@ 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 + "compress_image" <word> : integer (1.4 and up, only if `image` is set) "bind_image" <word> : integer (1.4 and up) "deimage" <word> : deactivated image name + "compress_deimage" <word> : integer (1.4 and up, only if `deimage` is set) "bind_deimage" <word> : integer (1.4 and up) "type" <word> : integer "box" <word> : text or integer (see FLTK boxtypes) |
