Toolbar ======= .. py:class:: ansys.stk.core.uicore.Toolbar Represents a toolbar abstraction. Provides methods and properties to manipulate the position and the state of the toolbar. .. py:currentmodule:: Toolbar Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.uicore.Toolbar.identifier` - The identity. * - :py:attr:`~ansys.stk.core.uicore.Toolbar.caption` - The caption. * - :py:attr:`~ansys.stk.core.uicore.Toolbar.visible` - The visibility. * - :py:attr:`~ansys.stk.core.uicore.Toolbar.float_state` - The float state. Import detail ------------- .. code-block:: python from ansys.stk.core.uicore import Toolbar Property detail --------------- .. py:property:: identifier :canonical: ansys.stk.core.uicore.Toolbar.identifier :type: int The identity. .. py:property:: caption :canonical: ansys.stk.core.uicore.Toolbar.caption :type: str The caption. .. py:property:: visible :canonical: ansys.stk.core.uicore.Toolbar.visible :type: bool The visibility. .. py:property:: float_state :canonical: ansys.stk.core.uicore.Toolbar.float_state :type: WindowArrangeState The float state.