wijjit.elements.display.pager.Page
- class wijjit.elements.display.pager.Page(title='', content='')[source]
Represents a single page in the Pager.
- Parameters:
title (
str) – Page title displayed in the indicatorcontent (
PageContent) – Page content - can be Frame, FrameNode, or string content
- Variables:
title (
str) – Page titlecontent (
PageContent) – Page content
Methods
__init__([title, content])Attributes
- content: PageContent = ''