Fluid: minor docs update

This commit is contained in:
Matthias Melcher
2026-07-15 00:27:25 +02:00
parent 0ae7b3c497
commit 511f811f31
@@ -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
*/