display_doc_title property

display_doc_title property

Specifies whether document’s window title bar should display document title. Default: false.

Definition:

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

See Also