width propriété

width propriété

Représente le width du commentaire, en unité de pixels.

Exemple


comment1.width = 10

Définition:

@property
def width(self):
    ...
@width.setter
def width(self, value):
    ...

Voir également