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

Type SpinEvent

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


Proxy of C++ SpinEvent 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.
int GetPosition(self)
  SetPosition(self, pos)

Property Summary
  Position: See GetPosition and SetPosition
  thisown: The membership flag

Method Details

__init__(self, commandType=wxEVT_NULL, winid=0)
(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=EventType)

winid
           (type=int)

Returns:
NotifyEvent
Overrides:
wx.NotifyEvent.__init__ (inherited documentation)

Property Details

Position

See GetPosition and SetPosition

Get Method:
GetPosition(self)
Set Method:
SetPosition(self, pos)

thisown

The membership flag


Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:13:36 2007 http://epydoc.sf.net