.. _l-properties: Properties ========== .. contents:: :local: :depth: 1 Summary +++++++ +--------------------------------------------------------------------------------------------------------+------------------------------+-----------------------------------------------------------------------------------------------------------------------------+ | property | class parent | truncated documentation | +========================================================================================================+==============================+=============================================================================================================================+ | :py:meth:`_windowingsystem ` | FrameFunction | Internal function. | +--------------------------------------------------------------------------------------------------------+------------------------------+-----------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_windowingsystem ` | FrameParams | Internal function. | +--------------------------------------------------------------------------------------------------------+------------------------------+-----------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_windowingsystem ` | MainFrame | Internal function. | +--------------------------------------------------------------------------------------------------------+------------------------------+-----------------------------------------------------------------------------------------------------------------------------+ | :meth:`daemon ` | FrameFunction_ThreadFunction | A boolean value indicating whether this thread is a daemon thread. This must be set before start() is called, otherwise ... | +--------------------------------------------------------------------------------------------------------+------------------------------+-----------------------------------------------------------------------------------------------------------------------------+ | :meth:`ident ` | FrameFunction_ThreadFunction | Thread identifier of this thread or None if it has not been started. This is a nonzero integer. See the get_ident() ... | +--------------------------------------------------------------------------------------------------------+------------------------------+-----------------------------------------------------------------------------------------------------------------------------+ | :meth:`name ` | FrameFunction_ThreadFunction | A string used for identification purposes only. It has no semantics. Multiple threads may be given the same name. ... | +--------------------------------------------------------------------------------------------------------+------------------------------+-----------------------------------------------------------------------------------------------------------------------------+ | :meth:`native_id ` | FrameFunction_ThreadFunction | Native integral thread ID of this thread, or None if it has not been started. This is a non-negative integer. ... | +--------------------------------------------------------------------------------------------------------+------------------------------+-----------------------------------------------------------------------------------------------------------------------------+