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

    r280 r300  
    1 # Module for editing checklists
    2 
    3 #------------------------------------------------------------------------------
    41
    52from common import *
     
    107
    118import os
     9
     10#------------------------------------------------------------------------------
     11
     12## @package mlx.gui.checklist
     13#
     14# The checklist editor dialog.
     15#
     16# This module implements the checklist editor dialog. A checklist is a list of
     17# sound files that are played one-by-one when requested by the user. The top
     18# part of the dialog contains an aircraft type selector. Below it, on the left
     19# there is a file selector, and the list of the files in the checklist to the
     20# right. There are some buttons in the middle to manipulate the checklist.
    1221
    1322#------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.