1 This directory contains code for the FlightGear user interface.
2 Currently, the code is based on PUI, which is part of PLIB.
4 The code is currently in transition between the old, hard-coded C++
5 interface and a new, XML-configurable modular subsystem.
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).