Home | Trees | Index | Help |
|
---|
Package wx :: Package lib :: Module flatnotebook :: Class FlatNotebookEvent |
|
object
--+ |Object
--+ |Event
--+ |CommandEvent
--+ |PyCommandEvent
--+ | FlatNotebookEvent
Method Summary | |
---|---|
Default class constructor. | |
The event is allowed. | |
Returns the actual wx.NotifyEvent. | |
Returns old event selection | |
Returns event selection. | |
Returns whether the event is allowed or not. | |
Sets old event selection. | |
Sets event selection. | |
Vetos the event. |
Property Summary |
---|
Method Details |
---|
__init__(self,
eventType,
id=1,
nSel=-1,
nOldSel=-1)
Default class constructor.
|
Allow(self)The event is allowed. |
GetNotifyEvent(self)Returns the actual wx.NotifyEvent. |
GetOldSelection(self)Returns old event selection |
GetSelection(self)Returns event selection.
|
IsAllowed(self)Returns whether the event is allowed or not. |
SetOldSelection(self, nOldSel)Sets old event selection. |
SetSelection(self, nSel)Sets event selection. |
Veto(self)Vetos the event. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:08:39 2007 | http://epydoc.sf.net |