Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Vous êtes un professionnel et vous avez besoin d'une formation ? Programmation Python
Les fondamentaux
Voir le programme détaillé
Classe « Misc » Python 3.13.2

Méthode tkinter.Misc.busy_config

Signature de la méthode busy_config

def busy_config(self, cnf=None, **kw) 

Description

help(Misc.busy_config)

Query or modify the busy configuration options.

The widget must have been previously made busy by
tk_busy_hold().  Options may have any of the values accepted by
tk_busy_hold().

Please note that the option database is referenced by the widget
name or class.  For example, if a Frame widget with name "frame"
is to be made busy, the busy cursor can be specified for it by
either call:

    w.option_add('*frame.busyCursor', 'gumby')
    w.option_add('*Frame.BusyCursor', 'gumby')


Vous êtes un professionnel et vous avez besoin d'une formation ? Calcul scientifique
avec Python
Voir le programme détaillé