Package wx :: Module _core :: Class PyCommandEvent
[show private | hide private]
[frames | no frames]

Type PyCommandEvent

object --+            
         |            
    Object --+        
             |        
         Event --+    
                 |    
      CommandEvent --+
                     |
                    PyCommandEvent

Known Subclasses:
XrcWizardEvent

Method Summary
  __init__(self, *args, **kwargs)
__init__(self, wxEventType commandType=wxEVT_NULL, int id=0) -> PyCommandEvent
  __del__(self, destroy)
__del__(self)
  __repr__(self)
  GetSelf(*args, **kwargs)
GetSelf(self) -> PyObject
  SetSelf(*args, **kwargs)
SetSelf(self, PyObject self)
    Inherited from CommandEvent
  Checked(*args, **kwargs)
IsChecked(self) -> bool
  Clone(*args, **kwargs)
Clone(self) -> Event
  GetExtraLong(*args, **kwargs)
GetExtraLong(self) -> long
  GetInt(*args, **kwargs)
GetInt(self) -> long
  GetSelection(*args, **kwargs)
GetSelection(self) -> int
  GetString(*args, **kwargs)
GetString(self) -> String
  IsChecked(*args, **kwargs)
IsChecked(self) -> bool
  IsSelection(*args, **kwargs)
IsSelection(self) -> bool
  SetExtraLong(*args, **kwargs)
SetExtraLong(self, long extraLong)
  SetInt(*args, **kwargs)
SetInt(self, int i)
  SetString(*args, **kwargs)
SetString(self, String s)
    Inherited from Event
  GetEventObject(*args, **kwargs)
GetEventObject(self) -> Object
  GetEventType(*args, **kwargs)
GetEventType(self) -> wxEventType
  GetId(*args, **kwargs)
GetId(self) -> int
  GetSkipped(*args, **kwargs)
GetSkipped(self) -> bool
  GetTimestamp(*args, **kwargs)
GetTimestamp(self) -> long
  IsCommandEvent(*args, **kwargs)
IsCommandEvent(self) -> bool
  ResumePropagation(*args, **kwargs)
ResumePropagation(self, int propagationLevel)
  SetEventObject(*args, **kwargs)
SetEventObject(self, Object obj)
  SetEventType(*args, **kwargs)
SetEventType(self, wxEventType typ)
  SetId(*args, **kwargs)
SetId(self, int Id)
  SetTimestamp(*args, **kwargs)
SetTimestamp(self, long ts=0)
  ShouldPropagate(*args, **kwargs)
ShouldPropagate(self) -> bool
  Skip(*args, **kwargs)
Skip(self, bool skip=True)
  StopPropagation(*args, **kwargs)
StopPropagation(self) -> int
    Inherited from Object
  Destroy(*args, **kwargs)
Destroy(self)
  GetClassName(*args, **kwargs)
GetClassName(self) -> String
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
x.__str__() <==> str(x)

Class Variable Summary
    Inherited from Object
Implements __implemented__ = <implementedBy wx._core.Object>
ClassProvides __providedBy__ = <zope.interface.declarations.ClassProvi...
ClassProvides __provides__ = <zope.interface.declarations.ClassProvide...

Method Details

__init__(self, *args, **kwargs)
(Constructor)

__init__(self, wxEventType commandType=wxEVT_NULL, int id=0) -> PyCommandEvent
Overrides:
wx._core.CommandEvent.__init__

__del__(self, destroy=<built-in function delete_PyCommandEvent>)
(Destructor)

__del__(self)
Overrides:
wx._core.Event.__del__

GetSelf(*args, **kwargs)

GetSelf(self) -> PyObject

SetSelf(*args, **kwargs)

SetSelf(self, PyObject self)

Generated by Epydoc 2.1 on Fri Jun 24 12:01:25 2005 http://epydoc.sf.net