Creates a detached overlay or utility window. Requires the overlay permission.
Removes all child elements from this container.
Adds a read-only text label. Not persisted.
Adds a display-only progress bar. Not persisted.
Adds a styled layout box. Pass a builder function to populate it immediately. Not persisted.
Adds empty spacing between nearby controls. Not persisted.
Adds a clickable button. Not persisted.
Adds a numeric range slider. Value is persisted by id and restored on next run.
Adds a single-line text input. Value is persisted by id and restored on next run. defaultText is only used when no saved value exists.
Adds a boolean toggle switch. Value is persisted by id and restored on next run.
Adds a dropdown selector. Value is persisted by id and restored on next run.
Adds a multi-line text area. Value is persisted by id and restored on next run. defaultText is only used when no saved value exists.
Adds a color picker. Value is persisted by id and restored on next run. defaultColor is only used when no saved value exists.
Adds a hotkey capture field. The captured keyboard, mouse, or HID trigger is persisted by id and restored on next run, including its active binding.
Adds a file picker dialog button. Selected path is persisted by id and restored on next run.
Adds a directory picker dialog button. Selected path is persisted by id and restored on next run.
Adds a multi-select list box. Selected items are persisted by id and restored on next run.
Adds a data grid with typed columns. Row data is persisted by id and restored on next run.
Adds a tabbed container group. Not persisted.
Adds a horizontal row layout container. Children are arranged left-to-right. Not persisted.
Adds a vertical column layout container. Children are stacked top-to-bottom. Not persisted.
Shows the overlay.
Hides the overlay.
Destroys the overlay window.
Moves and/or resizes the overlay.
Moves the overlay.
Resizes the overlay.
Updates overlay window options.
Merges renderer style metadata into the overlay.
Registers a callback that fires when a followed target window disappears.
A detached overlay surface. It is also a UIContainer for adding controls.