Changeset 474:f24264c8a82f
- Timestamp:
- 03/15/13 09:12:56 (12 years ago)
- Branch:
- default
- Phase:
- public
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/overview.dox
r444 r474 123 123 * ACARS" periodically. 124 124 * 125 * There is also a \ref mlx.checks.StageChe ker "checker" which125 * There is also a \ref mlx.checks.StageChecker "checker" which 126 126 * detects the changes in the stage of the flight, and calls the 127 127 * \ref mlx.acft.Aircraft.setStage "setStage" function of the … … 164 164 * sets up the menus and shortcuts, etc. It also maintains the 165 165 * connection to the simulator and creates the \ref mlx.flight.Flight 166 * "flight" and \ref mlx. flight.Aircraft "aircraft" objects as166 * "flight" and \ref mlx.acft.Aircraft "aircraft" objects as 167 167 * needed. 168 168 * -
src/mlx/gui/common.py
r443 r474 15 15 # The main purpose of this module is to provide common definitions for things 16 16 # that are named differently in Gtk+ 2 and 3. This way the other parts of the 17 # GUI have to check the version in use very rarely. The variable \ refpygobject17 # GUI have to check the version in use very rarely. The variable \c pygobject 18 18 # tells which version is being used. If it is \c True, Gtk+ 3 is used via the 19 19 # PyGObject interface. Otherwise Gtk+ 2 is used, which is the default on
Note:
See TracChangeset
for help on using the changeset viewer.