Properties

Summary

property

class parent

truncated documentation

_windowingsystem

FrameFunction

Internal function.

_windowingsystem

FrameParams

Internal function.

_windowingsystem

MainFrame

Internal function.

daemon

FrameFunction_ThreadFunction

A boolean value indicating whether this thread is a daemon thread. This must be set before start() is called, otherwise …

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() …

name

FrameFunction_ThreadFunction

A string used for identification purposes only. It has no semantics. Multiple threads may be given the same name. …

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. …