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

Latest commit

 

History

History
22 lines (14 loc) · 300 Bytes

File metadata and controls

22 lines (14 loc) · 300 Bytes

CLASS

Overlay

Gtk.Overlay

Methods

init()

Initialize an overlay.

child(_:)

Set the child view.

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

addOverlay(_:)

Add an overlay to the view.

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