Package gui :: Module relax_prompt :: Class Prompt
[hide private]
[frames] | no frames]

Class Prompt

source code


The relax prompt window object.

Instance Methods [hide private]
 
__init__(self, *args, **kwds)
Set up the relax prompt.
source code
 
add_shell(self, sizer)
Add the relax prompt to the sizer.
source code
 
enable(self)
Enable and disable the prompt with the execution lock.
source code
 
handler_close(self, event)
Event handler for the close window action.
source code
wx.Sizer instance
setup_frame(self)
Set up the relax controller frame.
source code
Method Details [hide private]

add_shell(self, sizer)

source code 

Add the relax prompt to the sizer.

Parameters:
  • sizer (wx.Sizer instance) - The sizer element to pack the relax prompt into.

handler_close(self, event)

source code 

Event handler for the close window action.

Parameters:
  • event (wx event) - The wx event.

setup_frame(self)

source code 

Set up the relax controller frame.

Returns: wx.Sizer instance
The sizer object.