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 ? Calcul scientifique
avec Python
Voir le programme détaillé
Classe « Misc » Python 3.13.2

Méthode tkinter.Misc.tk_busy_hold

Signature de la méthode tk_busy_hold

def tk_busy_hold(self, **kw) 

Description

help(Misc.tk_busy_hold)

Make this widget appear busy.

The specified widget and its descendants will be blocked from
user interactions.  Normally update() should be called
immediately afterward to insure that the hold operation is in
effect before the application starts its processing.

The only supported configuration option is:

    cursor: the cursor to be displayed when the widget is made
            busy.


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