summaryrefslogtreecommitdiff
path: root/fluid/README_fl.txt
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-09-26 15:01:03 +0100
committerGitHub <noreply@github.com>2023-09-26 16:01:03 +0200
commit71b8e77935bc9b0a3afc97d322037f2549165d2f (patch)
treea7e5e0cfec35b0ab30d6369d7b9ecd9eb3ddd48b /fluid/README_fl.txt
parent2bbdd4946561444fffba2bf047b0926a2cf9f5fe (diff)
FLUID: adds greatly enhanced Shell Commands (#774)
The user can add an arbitrary number of highly configurable shell commands through the setting panel. The commands can be saved as user preferences, inside the .fl file, or exported to an external file. Shell scripts can be limited to individual platforms, can have shortcut keys, etc. . * documentation will follow * support to call `fltk-config` will follow
Diffstat (limited to 'fluid/README_fl.txt')
-rw-r--r--fluid/README_fl.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/fluid/README_fl.txt b/fluid/README_fl.txt
index 6cd14fe08..1845a1f12 100644
--- a/fluid/README_fl.txt
+++ b/fluid/README_fl.txt
@@ -444,6 +444,10 @@ Type "Fl_Widget" <word> : C++ variable name
"extra_code" <word> : C++ extra code lines
... : inherits more from Fl_Type
+Type "Fl_Button" <word> : C++ variable name
+
+ "compact" <word> : integer, set the flag for compact buttons, defaults to 0
+
Type "Fl_Flex" <word> : C++ variable name
"margins" <word> : this Word is written with printf as "{%d %d %d %d}",