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 :

Classe « OptionMenu » Python 3.11.3

Constructeur tkinter.OptionMenu.__init__

Signature de la constructeur __init__

def __init__(self, master, variable, value, *values, **kwargs) 

Description

help(OptionMenu.__init__)

Construct an optionmenu widget with the parent MASTER, with
        the resource textvariable set to VARIABLE, the initially selected
        value VALUE, the other menu values VALUES and an additional
        keyword argument command.