text property

text property

Gets or sets the text of a frame’s title.

Definition:

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

See Also