Home | Trees | Index | Help |
|
---|
Package wx :: Package lib :: Module flatnotebook :: Class TabNavigatorWindow |
|
object
--+ |Object
--+ |EvtHandler
--+ |Window
--+ |TopLevelWindow
--+ |Dialog
--+ | TabNavigatorWindow
Method Summary | |
---|---|
Default class constructor. | |
Closes the TabNavigatorWindow dialog, setting
selection in FlatNotebook . | |
Handles the wx.EVT_LISTBOX_DCLICK event for the wx.ListBox inside TabNavigatorWindow . | |
Handles the wx.EVT_KEY_UP for the TabNavigatorWindow . | |
Handles the wx.EVT_NAVIGATION_KEY for the TabNavigatorWindow . | |
Handles the wx.EVT_ERASE_BACKGROUND event for TabNavigatorWindow top panel. | |
Handles the wx.EVT_PAINT event for TabNavigatorWindow top panel. | |
Populates the TabNavigatorWindow listbox with a list of
tabs. |
Property Summary |
---|
Class Variable Summary |
---|
Instance Method Details |
---|
__init__(self,
parent=None)
Default class constructor. Used internally.
|
CloseDialog(self)Closes theTabNavigatorWindow dialog, setting
selection in FlatNotebook .
|
OnItemSelected(self, event)Handles the wx.EVT_LISTBOX_DCLICK event for the wx.ListBox insideTabNavigatorWindow .
|
OnKeyUp(self, event)Handles the wx.EVT_KEY_UP for theTabNavigatorWindow .
|
OnNavigationKey(self, event)Handles the wx.EVT_NAVIGATION_KEY for theTabNavigatorWindow .
|
OnPanelEraseBg(self, event)Handles the wx.EVT_ERASE_BACKGROUND event forTabNavigatorWindow top panel.
|
OnPanelPaint(self, event)Handles the wx.EVT_PAINT event forTabNavigatorWindow top panel.
|
PopulateListControl(self, book)Populates theTabNavigatorWindow listbox with a list of
tabs.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:13:53 2007 | http://epydoc.sf.net |