mirror of
https://github.com/fltk/fltk.git
synced 2026-05-31 22:04:26 +08:00
Clarify two entries in the .fl file format docs
This commit is contained in:
+3
-3
@@ -337,7 +337,7 @@ Type "Function" <word> : function signature
|
|||||||
and/or “static” to further define the function.
|
and/or “static” to further define the function.
|
||||||
... : inherits more from Fl_Type
|
... : 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 '}'
|
"after" <word> : C++ code or comment following the closing '}'
|
||||||
... : inherits more from Fl_Type
|
... : inherits more from Fl_Type
|
||||||
@@ -412,8 +412,8 @@ Type "Fl_Widget" <word> : C++ variable name
|
|||||||
"hide" : default visible
|
"hide" : default visible
|
||||||
"deactivate" : default active
|
"deactivate" : default active
|
||||||
"resizable" : default fixed
|
"resizable" : default fixed
|
||||||
"hotspot" : make hotspot
|
"hotspot" : make a widget a hotspot
|
||||||
"divider" : make hotspot
|
"divider" : add a divider under a menu item
|
||||||
"class" <word> : superclass
|
"class" <word> : superclass
|
||||||
"shortcut" <word> : integer
|
"shortcut" <word> : integer
|
||||||
"code0" or "code1" or "code2" or "code3" <word> : C++ extra code lines
|
"code0" or "code1" or "code2" or "code3" <word> : C++ extra code lines
|
||||||
|
|||||||
Reference in New Issue
Block a user