column_width propriété

column_width propriété

Renvoie ou définit la largeur, en points, de chaque colonne du segment.

Exemple


slicer.column_width = 80

Définition:

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

Voir également