Ignore:
Timestamp:
07/22/12 17:28:25 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Added the module comments for the GUI

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/gui/statusbar.py

    r281 r300  
    1 # Implementation of the status bar.
    2 
    3 #-------------------------------------------------------------------------------
    41
    52from common import *
     
    107import math
    118import time
     9
     10#-------------------------------------------------------------------------------
     11
     12## @package mlx.gui.statusbar
     13#
     14# The status bar.
     15#
     16# This module implements the status bar seen at the lower part of the main
     17# window. It contains the icon depicting the status of the connection to the
     18# simulator, the current flight stage, rating and the simulator time.
    1219
    1320#-------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.