UiUtilities.ApplicationWindow Class Reference


Detailed Description

Derive from this class to get support for retaining window position and size across application sessions.

To use this class you need to:

1. Derive from this class.

2. Specify the name of the window using the constructor's name argument.

3. If your derived class overrides Show() then be sure to call this class's corresponding method.

For example:

class MyWindow( ApplicationWindow ):

def __init__( self, parent, ... ): ApplicationWindow.__init__(self, parent, title="My Title", name="MyWindow")

... Create your window content ...

Inheritance diagram for UiUtilities.ApplicationWindow:
Inheritance graph
[legend]

List of all members.

Public Member Functions

  __init__ ()
  SetSizerAndFit ()
  Show ()

Member Function Documentation

UiUtilities.ApplicationWindow.SetSizerAndFit ( )
UiUtilities.ApplicationWindow.Show ( )

Reimplemented in UiUtilities.InspectorWindow.


UiUtilities.ApplicationWindow UiUtilities.ApplicationWindow UiUtilities.ApplicationWindow UiUtilities.ApplicationWindow UiUtilities.ApplicationWindow UiUtilities.ApplicationWindow UiUtilities.ApplicationWindow UiUtilities.ApplicationWindow UiUtilities.ApplicationWindow UiUtilities.ApplicationWindow
UiUtilities.ApplicationWindow UiUtilities.ApplicationWindow UiUtilities.ApplicationWindow UiUtilities.ApplicationWindow UiUtilities.ApplicationWindow UiUtilities.ApplicationWindow UiUtilities.ApplicationWindow UiUtilities.ApplicationWindow UiUtilities.ApplicationWindow UiUtilities.ApplicationWindow