]> git.mxchange.org Git - flightgear.git/blob - src/GUI/README
Boris Koenig:
[flightgear.git] / src / GUI / README
1 This directory contains code for the FlightGear user interface.
2 Currently, the code is based on PUI, which is part of PLIB.
3
4 The code is currently in transition between the old, hard-coded C++
5 interface and a new, XML-configurable modular subsystem.
6
7 Files:
8
9 dialog.[ch]xx           XML-configurable dialog box.
10 gui.cxx, gui.h          Top-level GUI functions (deprecated).
11 gui_funcs.cxx           Implementation of internal GUI functions (deprecated).
12 gui_local.[ch]xx        More internal GUI functions (deprecated).
13 menubar.[ch]xx          XML-configurable menu bar.
14 mouse.cxx               Old GUI mouse support (deprecated).
15 new_gui.[ch]xx          Top-level for the GUI subsystem.
16 preset_dlg.[ch]xx       Internal functions for presets (deprecated).
17 prop_picker.[ch]xx      Built-in property-tree dialog.
18 sgVec3Slider.[ch]xx     Built-in dialog for adjusting the view.
19 trackball.[ch]          Old mouse view support (deprecated).
20
21
22 David Megginson
23 2003-09-26