summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2022-11-16 17:38:17 +0100
committerGitHub <noreply@github.com>2022-11-16 17:38:17 +0100
commite2a6b46f6b91626802bad835507764d6bdea2d5a (patch)
tree87a29df8d84889bacb54f53326fb01691a3f7a25
parent280f3261f7de78a78811fca24c7f23908f0dcfee (diff)
Clarify two entries in the .fl file format docs
-rw-r--r--fluid/README_fl.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/fluid/README_fl.txt b/fluid/README_fl.txt
index 9021ad410..9d02634d4 100644
--- a/fluid/README_fl.txt
+++ b/fluid/README_fl.txt
@@ -337,7 +337,7 @@ Type "Function" <word> : function signature
and/or “static” to further define the function.
... : inherits more from Fl_Type
-Type codeblock <word> : C++ code, usually an 'if
+Type codeblock <word> : C++ code, for example "if (test())"
"after" <word> : C++ code or comment following the closing '}'
... : inherits more from Fl_Type
@@ -412,8 +412,8 @@ Type "Fl_Widget" <word> : C++ variable name
"hide" : default visible
"deactivate" : default active
"resizable" : default fixed
- "hotspot" : make hotspot
- "divider" : make hotspot
+ "hotspot" : make a widget a hotspot
+ "divider" : add a divider under a menu item
"class" <word> : superclass
"shortcut" <word> : integer
"code0" or "code1" or "code2" or "code3" <word> : C++ extra code lines