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

    r124 r300  
    1 # The GUI part of the update
    2 
    3 #-------------------------------------------------------------------------------
    41
    52from mlx.gui.common import *
     
    1310import os
    1411import sys
     12
     13#-------------------------------------------------------------------------------
     14
     15## @package mlx.gui.update
     16#
     17# The GUI part of the update.
     18#
     19# This module implements the GUI portion of the \ref mlx.update
     20# "automatic update" function. The update runs in a separate thread, which puts
     21# the relevant events into the Gtk event loop.
    1522
    1623#-------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.