.. wxPython Phoenix documentation

   This file was generated by Phoenix's sphinx generator and associated
   tools, do not edit by hand.

   Copyright: (c) 2011-2025 by Total Control Software
   License:   wxWindows License

.. include:: headings.inc



.. _wx.aui.AuiFlatTabArt:

==========================================================================================================================================
|phoenix_title|  **wx.aui.AuiFlatTabArt**
==========================================================================================================================================

An art provider for :ref:`wx.aui.AuiNotebook`  implementing "flat" look. 
         

This art provider is currently used as the default art provider. 








         



.. versionadded:: 4.3/wxWidgets-3.3.0  
     







|

|class_hierarchy| Class Hierarchy
=================================

.. raw:: html

   <div class="collabsible-wrapper">
      <input id="collapsible-inheritance" class="collapsible-checkbox" type="checkbox">
      <label for="collapsible-inheritance" tabindex="0" title="Show inheritance diagram" class="collapsible-label">Inheritance diagram for class <strong>AuiFlatTabArt</strong>:</label>
      <div class="collapsible-content">
         <p class="graphviz">
            <center><img src="_static/images/inheritance/wx.aui.AuiFlatTabArt_inheritance.svg" alt="Inheritance diagram of AuiFlatTabArt" usemap="#dummy" class="inheritance invert-in-dark-mode"/></center>
            <map id="dummy" name="dummy"> <area shape="rect" id="node1" href="wx.aui.AuiFlatTabArt.html" title="An art provider for wx.aui.AuiNotebook  implementing 'flat' look." alt="" coords="5,82,181,111"/> <area shape="rect" id="node2" href="wx.aui.AuiTabArt.html" title="Tab art provider defines all the drawing functions used by wx.aui.AuiNotebook." alt="" coords="19,5,168,34"/> </map> 
         </p>
      </div>
   </div>
   <script type="text/javascript" src="_static/inheritancetoggle.js"></script>



|


|method_summary| Methods Summary
================================

================================================================================ ================================================================================
:meth:`~wx.aui.AuiFlatTabArt.__init__`                                           Default constructor.
================================================================================ ================================================================================


|


|api| Class API
===============


.. class:: wx.aui.AuiFlatTabArt(AuiTabArt)

   **Possible constructors**::

       AuiFlatTabArt() -> None
       
   
   An art provider for AuiNotebook implementing "flat" look.



   .. method:: __init__(self)

      Default constructor. 
                 

      :rtype: `None`     







