ControlBase =========== .. py:class:: ansys.stk.core.stkengine.tkcontrols.ControlBase Frame Base class for Tkinter controls. .. py:currentmodule:: ControlBase Overview -------- .. tab-set:: .. tab-item:: Methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkengine.tkcontrols.ControlBase.destroy` - Occurs before the frame is destroyed. Import detail ------------- .. code-block:: python from ansys.stk.core.stkengine.tkcontrols import ControlBase Method detail ------------- .. py:method:: destroy(self) :canonical: ansys.stk.core.stkengine.tkcontrols.ControlBase.destroy Occurs before the frame is destroyed.