is_word_wrapped propiedad
is_word_wrapped propiedad
Indica si el contenido del control se ajusta automáticamente al final de una línea.
Definición:
@property
def is_word_wrapped(self):
...
@is_word_wrapped.setter
def is_word_wrapped(self, value):
...