Trees | Indices | Help |
|
---|
|
The wizard pages to be placed inside the wizard.
To inherit from this class, you must minimally supply the add_contents() method. This method should build the specific GUI elements. The following methods are also designed to be overwritten:
The following methods can be used by add_contents() to create standard GUI elements:
These are described in full detail in their docstrings.
|
|||
|
|||
|
|||
|
|||
wx.Sizer instance |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
art_spacing = 20
|
|||
divider = None
|
|||
height_element = 27
|
|||
image_path = IMAGE_PATH+ "relax.gif"
|
|||
main_text = ''
|
|||
setup_fail = False
|
|||
size_button = 100, 33
|
|||
size_square_button = 33, 33
|
|||
title = ''
|
|
Set up the window.
|
Add the title to the dialog.
|
Apply the operation.
|
Add the main part of the dialog.
|
Add the artwork to the dialog.
|
Add the specific GUI elements (dummy method).
|
Add the description to the dialog.
|
To be over-ridden if an action is to be performed on hitting the apply button. This method will be called when clicking on the apply button. |
To be over-ridden if an action is to be performed just before moving back to the previous page. This method is called when moving back to the previous page of the wizard. |
To be over-ridden if an action is to be performed just after executing self.on_execute(). This method is called just after self.on_execute() has been called |
To be over-ridden if an action is to be performed prior to displaying the page. This method will be called by the wizard class method _display_page() just after hiding all other pages but prior to displaying this page. |
To be over-ridden if an action is to be performed after the execution of the on_display() method. This method will be called by the wizard class method _display_page() just after hiding all other pages but prior to displaying this page. |
To be over-ridden if an action is to be performed just before exiting the page. This method is called when terminating the wizard or hitting the apply button. |
To be over-ridden if an action is to be performed when a page is newly displayed. This method will be called by the wizard class method _display_page() at the very end. |
To be over-ridden if an action is to be performed just before moving to the next page. This method is called when moving to the next page of the wizard. |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Jun 8 10:43:55 2024 | http://epydoc.sourceforge.net |