display_doc_title property

display_doc_title property

The property specifies whether the document’s window title bar should display the document title. Default: False.

Definition:

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

See Also