HappyDoc Generated Documentation Class: StatusWindow

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.

Methods   
  hide 
hide ( self )

Hide all the widgets of the StatusWindow.

Parameters:

nothing

Returns:

nothing

  update_message 
update_message ( self,  message )

Change the message displayed to the user.

Parameters:

message
string - The message to show to the user.

Returns:

nothing

  show 
show ( self )

Show all the widgets of the StatusWindow.

Parameters:

nothing

Returns:

nothing

  destroy 
destroy ( self )

Remove the StatusWindow.

Parameters:

nothing

Returns:

nothing

  run 
run ( self )

Display and operate the StatusWindow.

Parameters:

nothing

Returns:

nothing

  __init__ 
__init__ ( self,  parent )

Create a new StatusWindow.

Parameters:

parent
gtk.Object - Usually, the calling window.

Returns:

StatusWindow instance

NOTE:

Sample implementation of status interface. Status interface requires .show(), .update_message(message), and .hide() methods.

  update_window 
update_window ( self )

Update the StatusWindow progress bar.

Parameters:

nothing

Returns:

True
always return True

This document was automatically generated Thu May 21 05:32:36 2009 by HappyDoc version 3.1