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

    r128 r300  
    1 # Implementation of the status icon
    2 
    3 #-------------------------------------------------------------------------------
    41
    52from common import *
     
    74import mlx.const as const
    85from mlx.i18n import xstr
     6
     7#-------------------------------------------------------------------------------
     8
     9## @package mlx.gui.statusicon
     10#
     11# The status icon.
     12#
     13# This module implements that status icon displayed on the Windows or the GNOME
     14# taskbar, or whatever the place for status icons is called in the used
     15# environment. It works with both the more modern appindicator interface
     16# (mainly found on Ubuntu), if that is available, or with the older status icon
     17# support in Gtk (which is used on Windows as well). In this latter case, the
     18# icon has a tooltip with the flight stage and rating information, while these
     19# data are placed into the menu in case of appindicator.
    920
    1021#-------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.