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 :

Module « tkinter » Python 3.11.3

Classe « Pack »

Informations générales

Héritage

builtins.object
    Pack

Définition

class Pack(builtins.object):

help(Pack)

Geometry manager Pack.

    Base class to use the methods pack_* in every widget.

Constructeur(s)

Signature du constructeur Description
__init__(self, /, *args, **kwargs) Initialize self. See help(type(self)) for accurate signature. [extrait de __init__.__doc__]

Liste des opérateurs

Opérateurs hérités de la classe object

__eq__, __ge__, __gt__, __le__, __lt__, __ne__

Liste des méthodes

Toutes les méthodes Méthodes d'instance Méthodes statiques Méthodes dépréciées
Signature de la méthodeDescription
config(self, cnf={}, **kw) Pack a widget in the parent widget. Use as options: [extrait de pack_configure.__doc__]
configure(self, cnf={}, **kw) Pack a widget in the parent widget. Use as options: [extrait de pack_configure.__doc__]
forget(self) Unmap this widget and do not use it for the packing order. [extrait de pack_forget.__doc__]
info(self) Return information about the packing options [extrait de pack_info.__doc__]
pack(self, cnf={}, **kw) Pack a widget in the parent widget. Use as options: [extrait de pack_configure.__doc__]
pack_configure(self, cnf={}, **kw) Pack a widget in the parent widget. Use as options: [extrait de pack_configure.__doc__]
pack_forget(self) Unmap this widget and do not use it for the packing order. [extrait de pack_forget.__doc__]
pack_info(self) Return information about the packing options [extrait de pack_info.__doc__]

Méthodes héritées de la classe object

__delattr__, __dir__, __format__, __getattribute__, __getstate__, __hash__, __init_subclass__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__