.. _f-mainwindow: module ``funcwin.main_window`` ============================== .. inheritance-diagram:: tkinterquickhelper.funcwin.main_window Short summary +++++++++++++ module ``tkinterquickhelper.funcwin.main_window`` building windows to use a function and specify its parameter based on a python function :githublink:`%|py|7` Classes +++++++ +-----------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------+ | class | truncated documentation | +=======================================================================+=================================================================================================================================+ | :class:`MainFrame ` | Creates a Frame window to select within a list of functions, :class:`FrameFunction`. The class requires to run ``tix.Tk()`` ... | +-----------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------+ Functions +++++++++ +------------------------------------------------------------------------------------------+---------------------------------------------+ | function | truncated documentation | +==========================================================================================+=============================================+ | :func:`main_loop_functions ` | Uses :class:`MainFrame` as the main window. | +------------------------------------------------------------------------------------------+---------------------------------------------+ Properties ++++++++++ +-------------------------------------------------------------------------------------------------+-------------------------+ | property | truncated documentation | +=================================================================================================+=========================+ | :py:meth:`_windowingsystem ` | Internal function. | +-------------------------------------------------------------------------------------------------+-------------------------+ Methods +++++++ +--------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------+ | method | truncated documentation | +========================================================================================================+====================================================================+ | :py:meth:`__init__ ` | | +--------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------+ | :meth:`change_frame_function ` | Updates the frame :class:`FrameFunction` to select a new function. | +--------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------+ | :meth:`change_selection ` | Functions called when the selection changes. | +--------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------+ | :meth:`get_title ` | Returns the default title. | +--------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------+ | :meth:`run_cancel ` | cancel | +--------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: tkinterquickhelper.funcwin.main_window :members: :special-members: __init__ :show-inheritance: