mirror of
https://github.com/fltk/fltk.git
synced 2026-09-24 16:23:46 +08:00
Fluid: minor docs update
This commit is contained in:
@@ -66,11 +66,17 @@
|
||||
__Auto-Position__: highlight and reposition to the source code generated by
|
||||
the currently selected widget whenever the selection changes
|
||||
|
||||
__code...__: choose the type of code that is highlighted. In source
|
||||
files, *static* code is generated by Menu Items, *code* refers to widget
|
||||
creation code, *code1* is the part before possible children, *code2* is
|
||||
code generated after children. In header files, *static* highlights
|
||||
`#include` statements generated by a widget, *code* refers to
|
||||
the widget declaration.
|
||||
Pulldown menu chooses the type of code that is highlighted:
|
||||
|
||||
- __static data__: C++ declarations for this widget (member variables, external
|
||||
functions, typedefs, or using declarations), menu item arrays, callback,
|
||||
and other static data
|
||||
- __instatiate__: the entire instatiation of a widget, including constructor,
|
||||
setting attributes, setup code, setup of all children, and final stages
|
||||
of instatiation
|
||||
- __setup__: widget instatiation from construction all the way up to
|
||||
creating children
|
||||
- __finalize__: final code of widget instatiation after creating children
|
||||
|
||||
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user