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.
Methods Summary¶| __init__ | Default class constructor. |
| CloseDialog | Closes the TabNavigatorWindow dialog, setting the new selection in |
| OnItemSelected | Handles the wx.EVT_LISTBOX_DCLICK for the TabNavigatorWindow. |
| OnKeyUp | Handles the wx.EVT_KEY_UP for the TabNavigatorWindow. |
| OnNavigationKey | Handles the wx.EVT_NAVIGATION_KEY for the TabNavigatorWindow. |
| OnPanelEraseBg | Handles the wx.EVT_ERASE_BACKGROUND for the TabNavigatorWindow top panel. |
| OnPanelPaint | Handles the wx.EVT_PAINT for the TabNavigatorWindow top panel. |
| PopulateListControl | Populates the TabNavigatorWindow listbox with a list of tabs. |
Class API¶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: |
|
|---|
Closes the TabNavigatorWindow dialog, setting the new selection in FlatNotebook.
Handles the wx.EVT_LISTBOX_DCLICK for the TabNavigatorWindow.
| Parameters: | event – a wx.ListEvent event to be processed. |
|---|
Handles the wx.EVT_KEY_UP for the TabNavigatorWindow.
| Parameters: | event – a wx.KeyEvent event to be processed. |
|---|
Handles the wx.EVT_NAVIGATION_KEY for the TabNavigatorWindow.
| Parameters: | event – a wx.NavigationKeyEvent event to be processed. |
|---|
Handles the wx.EVT_ERASE_BACKGROUND for the TabNavigatorWindow top panel.
| Parameters: | event – a wx.EraseEvent event to be processed. |
|---|
Note
This method is intentionally empty to reduce flicker.
Handles the wx.EVT_PAINT for the TabNavigatorWindow top panel.
| Parameters: | event – a wx.PaintEvent event to be processed. |
|---|
Populates the TabNavigatorWindow listbox with a list of tabs.
| Parameters: | book – an instance of FlatNotebook containing the tabs to be displayed in the listbox. |
|---|
Enter search terms or a module, class or function name.