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)
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

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.20040428.rpd on Tue Apr 26 14:24:07 2005 http://epydoc.sf.net