.. 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

.. currentmodule:: wx.lib.agw.foldpanelbar

.. highlight:: python



.. _wx.lib.agw.foldpanelbar.CaptionBarEvent:

==========================================================================================================================================
|phoenix_title|  **wx.lib.agw.foldpanelbar.CaptionBarEvent**
==========================================================================================================================================

This event will be sent when a ``EVT_CAPTIONBAR`` is mapped in the parent.
It is to notify the parent that the bar is now in collapsed or expanded
state. The parent should re-arrange the associated windows accordingly



|

|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>CaptionBarEvent</strong>:</label>
      <div class="collapsible-content">
         <p class="graphviz">
            <center><img src="_static/images/inheritance/wx.lib.agw.foldpanelbar.CaptionBarEvent_inheritance.svg" alt="Inheritance diagram of CaptionBarEvent" usemap="#dummy" class="inheritance invert-in-dark-mode"/></center>
            <map id="dummy" name="dummy"> <area shape="rect" id="node1" href="wx.lib.agw.foldpanelbar.CaptionBarEvent.html" title="This event will be sent when a ``EVT_CAPTIONBAR`` is mapped in the parent." alt="" coords="5,236,326,265"/> <area shape="rect" id="node2" href="wx.CommandEvent.html" title="This event class contains information about command events, which originate from a variety of simple controls." alt="" coords="82,159,250,188"/> <area shape="rect" id="node3" href="wx.Event.html" title="An event is a structure holding information about an event passed to a callback or member function." alt="" coords="119,82,213,111"/> <area shape="rect" id="node4" href="wx.Object.html" title="This is the root class of many of the wxWidgets classes." alt="" coords="116,5,215,34"/> </map> 
         </p>
      </div>
   </div>
   <script type="text/javascript" src="_static/inheritancetoggle.js"></script>



|


|super_classes| Known Superclasses
==================================

:class:`wx.CommandEvent`

|


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

================================================================================ ================================================================================
:meth:`~wx.lib.agw.foldpanelbar.CaptionBarEvent.__init__`                        Default class constructor.
:meth:`~wx.lib.agw.foldpanelbar.CaptionBarEvent.GetBar`                          Returns the selected :class:`CaptionBar`.
:meth:`~wx.lib.agw.foldpanelbar.CaptionBarEvent.GetFoldStatus`                   Returns whether the bar is expanded or collapsed. ``True`` means
:meth:`~wx.lib.agw.foldpanelbar.CaptionBarEvent.GetTag`                          Returns the tag assigned to the selected :class:`CaptionBar`.
:meth:`~wx.lib.agw.foldpanelbar.CaptionBarEvent.SetBar`                          Sets the bar associated with this event.
:meth:`~wx.lib.agw.foldpanelbar.CaptionBarEvent.SetTag`                          Assigns a tag to the selected :class:`CaptionBar`.
================================================================================ ================================================================================


|


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


.. class:: CaptionBarEvent(wx.CommandEvent)

   This event will be sent when a ``EVT_CAPTIONBAR`` is mapped in the parent.
   It is to notify the parent that the bar is now in collapsed or expanded
   state. The parent should re-arrange the associated windows accordingly

   .. method:: __init__(self, evtType)

      Default class constructor.
      
      :param `evtType`: the event type.


   .. method:: GetBar(self)

      Returns the selected :class:`CaptionBar`. 


   .. method:: GetFoldStatus(self)

      Returns whether the bar is expanded or collapsed. ``True`` means
      expanded.


   .. method:: GetTag(self)

      Returns the tag assigned to the selected :class:`CaptionBar`. 


   .. method:: SetBar(self, bar)

      Sets the bar associated with this event.
      
      :param `bar`: an instance of :class:`CaptionBar`.
      
      .. note:: Should not be used by any other than the originator of the event.


   .. method:: SetTag(self, tag)

      Assigns a tag to the selected :class:`CaptionBar`.
      
      :param `tag`: an instance of :class:`FoldPanelBar`.


