diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-12-14 23:37:05 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-12-14 23:37:10 +0100 |
| commit | 14f4dec0b98bb72d9b65edc09b922e752e9e2074 (patch) | |
| tree | a3704786075102d84618d733b2aa14722fde397c /fluid/README_fl.txt | |
| parent | 33d071875623dc90e8da00d0491f97bc2558c861 (diff) | |
FLUID: Adds image scaling to widget dialog
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 1a824b1e2..12480b039 100644 --- a/fluid/README_fl.txt +++ b/fluid/README_fl.txt @@ -439,9 +439,11 @@ Type "Fl_Widget" <word> : C++ variable name none or "private" or "protected" : default is public "xywh" <word> : "{%d %d %d %d}" x, y, w, h "tooltip" <word> : tooltip text + "scale_image <word>: "{%d %d}" width, height, default is 0, 0 "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) + "scale_deimage <word>: "{%d %d}" width, height, default is 0, 0 "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) |
