text_locked property

text_locked property

Determines whether an editing of text is forbidden. Read-write bool.

Definition:

@property
def text_locked(self):
    ...

@text_locked.setter
def text_locked(self, value):
    ...

See Also