GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
wizard.TitledPage Class Reference

Class to make wizard pages. More...

Inheritance diagram for wizard.TitledPage:
Collaboration diagram for wizard.TitledPage:

Public Member Functions

def __init__
 
def DoLayout
 Do page layout. More...
 

Data Fields

 page
 
 title
 
 pagesizer
 
 sizer
 

Detailed Description

Class to make wizard pages.

Generic methods to make labels, text entries, and buttons.

Definition at line 60 of file wizard.py.

Constructor & Destructor Documentation

def wizard.TitledPage.__init__ (   self,
  parent,
  title 
)

Definition at line 64 of file wizard.py.

Member Function Documentation

Field Documentation

wizard.TitledPage.page
wizard.TitledPage.pagesizer

Definition at line 73 of file wizard.py.

Referenced by wizard.TitledPage.DoLayout().

wizard.TitledPage.sizer

Definition at line 74 of file wizard.py.

Referenced by wizard.TitledPage.DoLayout().

wizard.TitledPage.title

Definition at line 69 of file wizard.py.

Referenced by wizard.TitledPage.DoLayout(), and dialogs.PlotStatsFrame.OnCopy().


The documentation for this class was generated from the following file: