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/info.py

    r128 r300  
    1 #The Flight Info tab
    21
    32from common import *
     
    54from mlx.i18n import xstr
    65import mlx.const as const
     6
     7#------------------------------------------------------------------------------
     8
     9## @package mlx.gui.info
     10#
     11# The flight info tab.
     12#
     13# This module implements to \ref FlightInfo class, which is the widget for the
     14# extra information related to the flight. It contains text areas for the
     15# comments and the flight defects at the top next to each other, and the frame
     16# for the delay codes at the bottom in the centre.
    717
    818#------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.