atk.misc
Module for Misc class
Types 3
classMisc : gobject.object.ObjectWrap
A set of ATK utility functions for thread locking
A set of utility functions for thread locking. This interface and all his related methods are deprecated since 2.12.
Methods
MiscGidBuilder builder()Get builder for [atk.misc.Misc] Returns: New builder objectatk.misc.Misc getInstance()Obtain the singleton instance of AtkMisc for this application. Returns: The singleton instance of AtkMisc for this application.void threadsEnter()Take the thread mutex for the GUI toolkit, if one exists. (This method is implemented by the toolkit ATK implementation layer; for instance, for GTK+, GAIL implements this via GDK_THREADS_ENTER).void threadsLeave()Release the thread mutex for the GUI toolkit, if one exists. This method, and atk_misc_threads_enter, are needed in some situations by threaded application code which services ATK requests, since f...Fluent builder implementation template for atk.misc.Misc
Fluent builder for atk.misc.Misc