Package windSimSuite :: Package interface :: Module manager :: Class StatusBar
[hide private]

Class StatusBar

source code

A custom GTK status bar. It does not need any context id to write something, the message_id is then kept for cleaning. This StatusBar is shared between the widgets to express their operations to the interface.

Instance Methods [hide private]
 
__init__(self, widget) source code
 
write(self, message)
Write a message on the status bar
source code
 
_clean(self)
Clean the status bar
source code