Package wx :: Class TopLevelWindow
[frames | no frames]

Type TopLevelWindow

object --+            
         |            
    Object --+        
             |        
    EvtHandler --+    
                 |    
            Window --+
                     |
                    TopLevelWindow

Known Subclasses:
Dialog, Frame

Proxy of C++ TopLevelWindow class


Method Summary
  __init__(self)
  __repr__(self)
  CenterOnScreen(self, dir)
Center the window on screen
  CentreOnScreen(self, dir)
Center the window on screen
Icon GetIcon(self)
String GetTitle(self)
Gets the window's title.
  Iconize(self, iconize)
bool IsActive(self)
bool IsFullScreen(self)
bool IsIconized(self)
bool IsMaximized(self)
bool MacGetMetalAppearance(self)
  MacSetMetalAppearance(self, on)
  Maximize(self, maximize)
  RequestUserAttention(self, flags)
  Restore(self)
  SetIcon(self, icon)
  SetIcons(self, icons)
bool SetShape(self, region)
  SetTitle(self, title)
Sets the window's title.
bool ShowFullScreen(self, show, style)

Instance Method Details

CenterOnScreen(self, dir=BOTH)

Center the window on screen

Parameters:
dir
           (type=int)

Overrides:
wx.Window.deprecatedWrapper

CentreOnScreen(self, dir=BOTH)

Center the window on screen

Parameters:
dir
           (type=int)

Overrides:
wx.Window.deprecatedWrapper

GetTitle(self)

Gets the window's title. Applicable only to frames and dialogs.

Returns:
String
Overrides:
wx.Window.GetTitle

SetTitle(self, title)

Sets the window's title. Applicable only to frames and dialogs.

Parameters:
title
           (type=String)

Overrides:
wx.Window.SetTitle

Generated by Epydoc 2.1.20050511.rpd on Sun Mar 26 10:00:33 2006 http://epydoc.sf.net