Inheritance diagram for TabNavigatorWindow:
This class is used to create a modal dialog that enables “Smart Tabbing”, similar to what you would get by hitting Alt+Tab on Windows.
Bases: wx._windows.Dialog
This class is used to create a modal dialog that enables “Smart Tabbing”, similar to what you would get by hitting Alt+Tab on Windows.
Default class constructor. Used internally.
Parameters: |
|
---|
Handles the wx.EVT_LISTBOX_DCLICK event for the wx.ListBox inside L{TabNavigatorWindow}.
Parameter: | event – a L{wx.ListEvent} event to be processed. |
---|
Handles the wx.EVT_KEY_UP for the L{TabNavigatorWindow}.
Parameter: | event – a L{wx.KeyEvent} event to be processed. |
---|
Handles the wx.EVT_NAVIGATION_KEY for the L{TabNavigatorWindow}.
Parameter: | event – a L{wx.NavigationKeyEvent} event to be processed. |
---|
Handles the wx.EVT_ERASE_BACKGROUND event for L{TabNavigatorWindow} top panel. This is intentionally empty, to reduce flicker.
Parameter: | event – a L{wx.EraseEvent} event to be processed. |
---|
Handles the wx.EVT_PAINT event for L{TabNavigatorWindow} top panel.
Parameter: | event – a L{wx.PaintEvent} event to be processed. |
---|
Populates the L{TabNavigatorWindow} listbox with a list of tabs.
Parameter: | book – the actual L{AuiNotebook}. |
---|