This class handles the drawing of tabs using the Ribbon Tabs renderer.
wx.lib.agw.flatnotebook.FNBRenderer
Default class constructor. |
|
Calculates the width of the input tab. |
|
Draws a tab using the Ribbon Tabs style. |
|
Actually draws the tabs in |
This class handles the drawing of tabs using the Ribbon Tabs renderer.
Default class constructor.
Calculates the width of the input tab.
pageContainer – an instance of FlatNotebook
;
tabIdx – the index of the input tab;
tabHeight – the height of the tab.
Draws a tab using the Ribbon Tabs style.
pageContainer – an instance of FlatNotebook
;
dc – an instance of wx.DC
;
posx – the x position of the tab;
tabIdx – the index of the tab;
tabWidth – the tab’s width;
tabHeight – the tab’s height;
btnStatus – the status of the ‘X’ button inside this tab.
Actually draws the tabs in FlatNotebook
.
pageContainer – an instance of FlatNotebook
;
dc – an instance of wx.DC
.