]> git.mxchange.org Git - flightgear.git/commit
add support for a <hide> property, which hides whole XML groups (widgets
authormfranz <mfranz>
Fri, 21 Oct 2005 17:47:48 +0000 (17:47 +0000)
committermfranz <mfranz>
Fri, 21 Oct 2005 17:47:48 +0000 (17:47 +0000)
commit58179758af3a5a6e4875bdc40fd35c05481d2413
tree4fde1c56ec5e9b5ac64a3752f45892674645cdcf
parentc53b7bbec3f0230e684611306eadfc0c1ec7308d
add support for a <hide> property, which hides whole XML groups (widgets
or data blocks) from layouter and dialog creator. This is required for
dynamically generated/modified dialogs. Parts in the XML file can be
hidden and turned on by the C++ code. Other hidden parts can be used
as templates that are multiply used. Hidden datablocks can contain
strings that are used in dialog context, that are easier to translate
or modify in the XML file.
src/GUI/dialog.cxx
src/GUI/layout.cxx