]> git.mxchange.org Git - flightgear.git/blob - src/GUI/README
issue #127: make screen shots work with OSG multi-threading
[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 menubar.[ch]xx          XML-configurable menu bar.
13 new_gui.[ch]xx          Top-level for the GUI subsystem.
14
15
16 David Megginson
17 2003-09-26