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

Type BookCtrlBaseEvent

object --+                
         |                
    Object --+            
             |            
         Event --+        
                 |        
      CommandEvent --+    
                     |    
           NotifyEvent --+
                         |
                        BookCtrlBaseEvent

Known Subclasses:
ChoicebookEvent, ListbookEvent, NotebookEvent

Proxy of C++ BookCtrlBaseEvent class
Method Summary
NotifyEvent __init__(self, commandType, winid)
An instance of this class (or one of its derived classes) is sent from a control when the control's state is being changed and the control allows that change to be prevented from happening.
  __repr__(self)
int GetOldSelection(self)
int GetSelection(self)
Returns item index for a listbox or choice selection event (not valid for a deselection).
  SetOldSelection(self, nOldSel)
  SetSelection(self, nSel)

Method Details

__init__(self, commandType=wxEVT_NULL, id=0, nSel=-1, nOldSel=-1)
(Constructor)

An instance of this class (or one of its derived classes) is sent from a control when the control's state is being changed and the control allows that change to be prevented from happening. The event handler can call Veto or Allow to tell the control what to do.
Parameters:
commandType
           (type=wxEventType)
winid
           (type=int)
Returns:
NotifyEvent
Overrides:
wx.NotifyEvent.__init__ (inherited documentation)

GetSelection(self)

Returns item index for a listbox or choice selection event (not valid for a deselection).
Returns:
int
Overrides:
wx.CommandEvent.GetSelection

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