/ wifi-radar.py / StatusWindow
A simple class for putting up a "Please wait" dialog so the user doesn't think we've forgotten about them. Implements the status interface.
hide ( self )
Hide all the widgets of the StatusWindow.
nothing
update_message ( self, message )
Change the message displayed to the user.
message
show ( self )
Show all the widgets of the StatusWindow.
destroy ( self )
Remove the StatusWindow.
run ( self )
Display and operate the StatusWindow.
__init__ ( self, parent )
Create a new StatusWindow.
parent
StatusWindow instance
Sample implementation of status interface. Status interface requires .show(), .update_message(message), and .hide() methods.
update_window ( self )
Update the StatusWindow progress bar.