]> git.mxchange.org Git - flightgear.git/commit
Started a new FGMenuBar class to handle a different XML-configurable
authordavid <david>
Thu, 16 Jan 2003 18:06:27 +0000 (18:06 +0000)
committerdavid <david>
Thu, 16 Jan 2003 18:06:27 +0000 (18:06 +0000)
commit9d726c1bd8fec7e2448a73e448c9fcaa044e185f
treeafcc4d098ec843f4841667a3e59ec4fd6122b8fc
parentaf4f1894c94062077dbbe8a76a6471fe8f6305f4
Started a new FGMenuBar class to handle a different XML-configurable
menubar.  This one allows regular command bindings, with the
(temporary) condition that every menu item must have a unique text
label.  The new menubar is disabled by default; to enable it,
configure --with-new-menubar.
configure.ac
src/GUI/Makefile.am
src/GUI/gui.cxx
src/GUI/gui.h
src/GUI/gui_funcs.cxx
src/GUI/menubar.cxx [new file with mode: 0644]
src/GUI/menubar.hxx [new file with mode: 0644]
src/GUI/mouse.cxx
src/GUI/new_gui.cxx
src/GUI/new_gui.hxx
src/Input/input.cxx