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

Type UpdateUIEvent

object --+            
         |            
    Object --+        
             |        
         Event --+    
                 |    
      CommandEvent --+
                     |
                    UpdateUIEvent


Proxy of C++ UpdateUIEvent class
Method Summary
CommandEvent __init__(self, commandType, winid)
This event class contains information about command events, which originate from a variety of simple controls, as well as menus and toolbars.
  __repr__(self)
bool CanUpdate(win)
(Static method)
  Check(self, check)
  Enable(self, enable)
bool GetChecked(self)
bool GetEnabled(self)
int GetMode()
(Static method)
bool GetSetChecked(self)
bool GetSetEnabled(self)
bool GetSetText(self)
String GetText(self)
long GetUpdateInterval()
(Static method)
  ResetUpdateTime()
(Static method)
  SetMode(mode)
(Static method)
  SetText(self, text)
  SetUpdateInterval(updateInterval)
(Static method)

Instance Method Details

__init__(self, commandId=0)
(Constructor)

This event class contains information about command events, which originate from a variety of simple controls, as well as menus and toolbars.
Parameters:
commandType
           (type=wxEventType)
winid
           (type=int)
Returns:
CommandEvent
Overrides:
wx.CommandEvent.__init__ (inherited documentation)

Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:24:54 2005 http://epydoc.sf.net