]> git.mxchange.org Git - flightgear.git/commit
add an optional property node pointer to ObjectProperty. This is currently
authormfranz <mfranz>
Fri, 28 Apr 2006 15:55:41 +0000 (15:55 +0000)
committermfranz <mfranz>
Fri, 28 Apr 2006 15:55:41 +0000 (15:55 +0000)
commitff52ed507264067b62d19a06d3071c8f5bf61ea9
treec89cf7d422040ccaa6148bf563f9c7c5c19b7f27
parent5b1dd6c8ae0134d03e7f18fb03c97cc238f404bb
add an optional property node pointer to ObjectProperty. This is currently
only used by the <list> widget. It allows to "dialog-update" the list,
which rescans the <value> children and redraws the list widget with new
contents. The old contents are only freed at dialog close, which should
eventually get changed.
src/GUI/dialog.cxx
src/GUI/dialog.hxx