wx.lib.agw.flatnotebook.FlatNotebook¶The FlatNotebook is a full implementation of the Notebook, and designed to be
a drop-in replacement for Notebook. The API functions are similar so one can
expect the function to behave in the same way.
Class Hierarchy¶
Inheritance diagram for class FlatNotebook:
Control Appearance¶
Known Subclasses¶wx.lib.agw.flatnotebook.FlatNotebookCompatible
Known Superclasses¶
Methods Summary¶Default class constructor. |
|
Adds a page to the |
|
Cycles through the tabs. |
|
Assigns the image list for the page control. |
|
Deletes all the pages in the |
|
Deletes the specified page, and the associated window. |
|
Gets the size which best suits the window: for a control, it would be the |
|
Enables or disables a tab. |
|
Ensures that a tab is visible. |
|
Returns the active tab colour. |
|
Get the active tab text colour. |
|
Returns the |
|
Returns the border colour. |
|
Returns the currently selected notebook page or |
|
Returns a custom panel to show when there are no pages left in |
|
Returns whether a tab is enabled or not. |
|
Gets the tab border colour. |
|
Gets first gradient colour. |
|
Gets second gradient colour. |
|
Returns the associated image list. |
|
Returns the non active tabs text colour. |
|
Returns the amount of space around each page’s icon and label, in pixels. |
|
Returns the window at the given page position, or |
|
Return the page best size. |
|
Returns the number of pages in the |
|
Returns the image index for the given page. |
|
Returns the index at which the window is found. |
|
Returns the angle associated to a tab. |
|
Returns the string for the given page. |
|
Returns the tab text colour if it has been set previously, or |
|
Returns the previous selection. |
|
Returns the currently selected page, or -1 if none was selected. |
|
Returns the associated page. |
|
Returns the area behind the tabs colour. |
|
Returns the orientation when on tiling mode. This method can return |
|
Returns whether a flag is present in the |
|
Hides the tabs. |
|
Initializes all the class attributes. |
|
Inserts a new page at the specified position. |
|
Handles the drop action from a drag and drop operation. |
|
Handles the |
|
Deletes the specified page, without deleting the associated window. |
|
Sets the active tab colour. |
|
Sets the text colour for the active tab. |
|
Sets the |
|
Sets the angle associated to all the tab. |
|
Sets a custom panel to show when there are no pages left in |
|
Sets the tab border colour. |
|
Sets the starting colour for the gradient. |
|
Sets the gradient colours for the tab. |
|
Sets the ending colour for the gradient. |
|
Sets the image list for the page control. |
|
Set the icon used by the |
|
Sets the non active tabs text colour. |
|
Sets the amount of space around each page’s icon and label, in pixels. |
|
Sets the image index for the given page. |
|
Sets the angle associated to a tab. |
|
Sets the text for the given page. |
|
Sets the tab text colour individually. |
|
Sets the popup menu associated to a right click on a tab. |
|
Sets the selection for the given page. |
|
Sets the area behind the tabs colour. |
|
Hides the custom panel which is shown when there are no pages left in |
|
Shows the tabs if hidden previously. |
|
Shows pages in column/row mode (one panel after the other in columns/rows). |
Class API¶The FlatNotebook is a full implementation of the Notebook, and designed to be
a drop-in replacement for Notebook. The API functions are similar so one can
expect the function to behave in the same way.