.. _l-classes: Classes ======= .. contents:: :local: :depth: 1 Summary +++++++ +----------------------------------------------------------------------------------------------------------------+--------------+---------------------------------------------------------------------------------------------------------------------------------+ | class | class parent | truncated documentation | +================================================================================================================+==============+=================================================================================================================================+ | :class:`FrameFunction ` | | Creating a Frame window for a function. It will create an entry control for every parameter. If one of the parameter ... | +----------------------------------------------------------------------------------------------------------------+--------------+---------------------------------------------------------------------------------------------------------------------------------+ | :class:`FrameFunction_ThreadFunction ` | | Class associated to FrameFunction, it runs the function in a separate thread (in order to be able to stop its execution ... | +----------------------------------------------------------------------------------------------------------------+--------------+---------------------------------------------------------------------------------------------------------------------------------+ | :class:`FrameParams ` | | Creates a Frame window for a list of parameters. | +----------------------------------------------------------------------------------------------------------------+--------------+---------------------------------------------------------------------------------------------------------------------------------+ | :class:`MainFrame ` | | Creates a Frame window to select within a list of functions, :class:`FrameFunction`. The class requires to run ``tix.Tk()`` ... | +----------------------------------------------------------------------------------------------------------------+--------------+---------------------------------------------------------------------------------------------------------------------------------+