The ``tkcontrols`` module ========================= .. py:module:: ansys.stk.core.stkengine.tkcontrols Summary ------- .. tab-set:: .. tab-item:: Classes .. list-table:: :header-rows: 0 :widths: auto * - :py:class:`~ansys.stk.core.stkengine.tkcontrols.ControlBase` - Base class for Tkinter controls. * - :py:class:`~ansys.stk.core.stkengine.tkcontrols.GfxAnalysisControl` - The Graphics Analysis control for Tkinter. * - :py:class:`~ansys.stk.core.stkengine.tkcontrols.GlobeControl` - The 3D Globe control for Tkinter. * - :py:class:`~ansys.stk.core.stkengine.tkcontrols.MapControl` - The 2D Map control for Tkinter. * - :py:class:`~ansys.stk.core.stkengine.tkcontrols.NativeContainerMethods` - Provide support for STK Engine controls (map, globe, graphics analysis). Description ----------- Enables Tkinter integration. .. py:currentmodule:: ansys.stk.core.stkengine.tkcontrols .. TABLE OF CONTENTS .. toctree:: :titlesonly: :maxdepth: 1 :hidden: ControlBase GfxAnalysisControl GlobeControl MapControl NativeContainerMethods