Skip to content
This repository was archived by the owner on Jan 22, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (20 loc) · 471 Bytes

File metadata and controls

28 lines (20 loc) · 471 Bytes

CLASS

TabView

Adw.TabView

Methods

init()

Initialize a tab view.

append(title:_:getPage:)

Append a new tab.

  • Parameters:
    • title: The tab's title.
    • widget: The tab's widget.
    • getPage: Get the tab page's identifier.
  • Returns: The tab view.

prepend(title:_:getPage:)

Prepend a new tab.

  • Parameters:
    • title: The tab's title.
    • widget: The tab's widget.
    • getPage: Get the tab page's identifier.
  • Returns: The tab view.