.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2020 by Total Control Software License: wxWindows License .. include:: headings.inc .. currentmodule:: wx.lib.agw.flatnotebook .. highlight:: python .. _wx.lib.agw.flatnotebook.FNBRendererFirefox2: ========================================================================================================================================== |phoenix_title| **wx.lib.agw.flatnotebook.FNBRendererFirefox2** ========================================================================================================================================== This class handles the drawing of tabs using the `Firefox 2` renderer. | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class FNBRendererFirefox2:
| |super_classes| Known Superclasses ================================== :class:`wx.lib.agw.flatnotebook.FNBRenderer` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.lib.agw.flatnotebook.FNBRendererFirefox2.__init__` Default class constructor. :meth:`~wx.lib.agw.flatnotebook.FNBRendererFirefox2.DrawTab` Draws a tab using the `Firefox 2` style. ================================================================================ ================================================================================ | |api| Class API =============== .. class:: FNBRendererFirefox2(FNBRenderer) This class handles the drawing of tabs using the `Firefox 2` renderer. .. method:: __init__(self) Default class constructor. .. method:: DrawTab(self, pageContainer, dc, posx, tabIdx, tabWidth, tabHeight, btnStatus) Draws a tab using the `Firefox 2` style. :param `pageContainer`: an instance of :class:`FlatNotebook`; :param `dc`: an instance of :class:`wx.DC`; :param `posx`: the x position of the tab; :param `tabIdx`: the index of the tab; :param `tabWidth`: the tab's width; :param `tabHeight`: the tab's height; :param `btnStatus`: the status of the 'X' button inside this tab.