Package diffpy :: Package pdfgui :: Package gui :: Module PyAUI :: Class FrameManagerEvent
[hide private]
[frames] | no frames]

Class FrameManagerEvent

source code

     object --+                
              |                
wx._core.Object --+            
                  |            
     wx._core.Event --+        
                      |        
  wx._core.CommandEvent --+    
                          |    
    wx._core.PyCommandEvent --+
                              |
                             FrameManagerEvent

Instance Methods [hide private]
 
__init__(self, eventType, id=1)
__init__(self, EventType eventType=wxEVT_NULL, int id=0) -> PyCommandEvent
source code
 
SetPane(self, p) source code
 
SetButton(self, b) source code
 
GetPane(self) source code
 
GetButton(self) source code

Inherited from wx._core.PyCommandEvent: __del__, __swig_destroy__

Inherited from wx._core.PyCommandEvent (private): _GetSelf, _SetSelf

Inherited from wx._core.CommandEvent: Checked, Clone, GetClientData, GetClientObject, GetExtraLong, GetInt, GetSelection, GetString, IsChecked, IsSelection, SetClientData, SetClientObject, SetExtraLong, SetInt, SetString

Inherited from wx._core.Event: GetEventObject, GetEventType, GetId, GetSkipped, GetTimestamp, IsCommandEvent, ResumePropagation, SetEventObject, SetEventType, SetId, SetTimestamp, ShouldPropagate, Skip, StopPropagation

Inherited from wx._core.Object: Destroy, GetClassName, IsSameAs, __repr__

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Properties [hide private]

Inherited from wx._core.PyCommandEvent: thisown

Inherited from wx._core.CommandEvent: ClientData, ClientObject, ExtraLong, Int, Selection, String

Inherited from wx._core.Event: EventObject, EventType, Id, Skipped, Timestamp

Inherited from wx._core.Object: ClassName

Inherited from object: __class__

Method Details [hide private]

__init__(self, eventType, id=1)
(Constructor)

source code 
__init__(self, EventType eventType=wxEVT_NULL, int id=0) -> PyCommandEvent

Overrides: wx._core.PyCommandEvent.__init__
(inherited documentation)