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

Latest commit

 

History

History
36 lines (22 loc) · 579 Bytes

OverlaySplitView.md

File metadata and controls

36 lines (22 loc) · 579 Bytes

CLASS

OverlaySplitView

Adw.OverlaySplitView

Methods

init()

Initialize an overlay split view.

sidebar(_:)

Set the sidebar widget.

  • Parameter view: The widget.
  • Returns: The overlay split view.

content(_:)

Set the content widget.

  • Parameter view: The widget.
  • Returns: The overlay split view.

position(trailing:)

Set the position of the sidebar.

  • Parameter trailing: Whether the sidebar is at the trailing position.
  • Returns: The overlay split view.

showSidebar()

Show the sidebar.

hideSidebar()

Hide the sidebar.