]> git.mxchange.org Git - flightgear.git/commit
Add new object types "slider" and "dial".
authordavid <david>
Mon, 20 Jan 2003 16:01:16 +0000 (16:01 +0000)
committerdavid <david>
Mon, 20 Jan 2003 16:01:16 +0000 (16:01 +0000)
commitbbff86ed36a87a0a5c13a31b904ceee3df4d3edf
tree65a65df318aa7002ad4e53acfe38fcfb523e2621
parent21b46469eecc2851531a23a0af6946be7510a068
Add new object types "slider" and "dial".

Fix memory leaks (PUI doesn't make copies of lists, so we have to make
our own copies and keep pointers to them).

Adjust for new method names in NewGUI.

Move the GUIInfo struct into the cxx file so that it's not part of the
public interface.
src/GUI/dialog.cxx