Home | Trees | Index | Help |
|
---|
Package wx :: Package lib :: Package agw :: Module labelbook :: Class ImageNotebookEvent |
|
object
--+ |Object
--+ |Event
--+ |CommandEvent
--+ |PyCommandEvent
--+ | ImageNotebookEvent
Method Summary | |
---|---|
Default class constructor. | |
Allows the event. | |
Returns the old event selection. | |
Returns the event selection. | |
Returns whether the event is allowed or not. | |
Sets the event old selection. | |
Sets the event selection. | |
Vetos the event. |
Property Summary |
---|
Method Details |
---|
__init__(self,
eventType,
id=1,
sel=-1,
oldsel=-1)
Default class constructor.
|
Allow(self)Allows the event. |
GetOldSelection(self)Returns the old event selection. |
GetSelection(self)Returns the event selection.
|
IsAllowed(self)Returns whether the event is allowed or not. |
SetOldSelection(self, s)Sets the event old selection. |
SetSelection(self, s)Sets the event selection. |
Veto(self)Vetos the event. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Mon Feb 16 12:53:44 2009 | http://epydoc.sf.net |