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 « Wm » Python 3.11.3

Méthode tkinter.Wm.aspect

Signature de la méthode aspect

def aspect(self, minNumer=None, minDenom=None, maxNumer=None, maxDenom=None) 

Description

help(Wm.aspect)

Instruct the window manager to set the aspect ratio (width/height)
        of this widget to be between MINNUMER/MINDENOM and MAXNUMER/MAXDENOM. Return a tuple
        of the actual values if no argument is given.