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 « Scrollbar » Python 3.13.2

Méthode tkinter.Scrollbar.activate

Signature de la méthode activate

def activate(self, index=None) 

Description

help(Scrollbar.activate)

Marks the element indicated by index as active.
The only index values understood by this method are "arrow1",
"slider", or "arrow2".  If any other value is specified then no
element of the scrollbar will be active.  If index is not specified,
the method returns the name of the element that is currently active,
or None if no element is active.


Vous êtes un professionnel et vous avez besoin d'une formation ? Coder avec une
Intelligence Artificielle
Voir le programme détaillé