]> git.mxchange.org Git - flightgear.git/commit
Fix the slider to request a non-zero length, and make its width a
authorandy <andy>
Fri, 14 May 2004 17:16:35 +0000 (17:16 +0000)
committerandy <andy>
Fri, 14 May 2004 17:16:35 +0000 (17:16 +0000)
commitbc22a50cdeb4db1b298f6f6b3e8046f0763f2fbb
tree15d7ef3c0aa7925bb741782b5447db6ee01ec913
parent3f3d3b2c6f177260a90117ca497046cd72ff8c20
Fix the slider to request a non-zero length, and make its width a
little larger.

The text widget can now be meaningfully associated with a property; in
PUI, it's "value" isn't the same thing as its label, but we can hack
things to treat them symmetrically.

Commit an experimental "live" property that can be set on widgets to
cause them to update their values every frame.  This works great for
text widgets, as above.  Note that this synchronization is input-only:
no support is provided (or needed -- the GUI only changes when the
user does something) for writing those properties out every frame.
src/GUI/dialog.cxx
src/GUI/dialog.hxx
src/GUI/layout.cxx
src/GUI/new_gui.cxx