This class handles the drawing of tabs using the Ribbon Tabs renderer.
__init__ |
Default class constructor. |
CalcTabWidth |
Calculates the width of the input tab. |
DrawTab |
Draws a tab using the Ribbon Tabs style. |
DrawTabs |
Actually draws the tabs in FlatNotebook . |
FNBRendererRibbonTabs
(FNBRenderer)¶This class handles the drawing of tabs using the Ribbon Tabs renderer.
__init__
(self)¶Default class constructor.
CalcTabWidth
(self, pageContainer, tabIdx, tabHeight)¶Calculates the width of the input tab.
Parameters: |
|
---|
DrawTab
(self, pageContainer, dc, posx, tabIdx, tabWidth, tabHeight, btnStatus)¶Draws a tab using the Ribbon Tabs style.
Parameters: |
|
---|
DrawTabs
(self, pageContainer, dc)¶Actually draws the tabs in FlatNotebook
.
Parameters: |
|
---|