Howto:Hooking into the GUI: Difference between revisions

Jump to navigation Jump to search
Line 12: Line 12:


== C++ Patches ==
== C++ Patches ==
The following set of patches implements a very simple fgcommand-based pre-processor scheme implemented on top of the SGPropertyNode (property tree) structure.
The following set of patches implements a very simple fgcommand-based pre-processor scheme implemented on top of the SGPropertyNode (property tree) structure. This hooks into the dialog building engine, i.e. after the layouting engine has pre-processed all widgets.


<syntaxhighlight lang="diff">
<syntaxhighlight lang="diff">

Navigation menu