Popup
Inherits: Window < Viewport < Node < Object
Inherited By: PopupMenu, PopupPanel
Base class for contextual windows and panels with fixed position.
Description
Popup is a base class for contextual windows and panels with fixed position. It's a modal by default (see Window.popup_window) and provides methods for implementing custom popup behavior.
Properties
| bool | borderless | true (overrides Window.borderless) |
|---|---|---|
| bool | maximize_disabled | true (overrides Window.maximize_disabled) |
| bool | minimize_disabled | true (overrides Window.minimize_disabled) |
| bool | popup_window | true (overrides Window.popup_window) |
| bool | popup_wm_hint | true (overrides Window.popup_wm_hint) |
| bool | transient | true (overrides Window.transient) |
| bool | unresizable | true (overrides Window.unresizable) |
| bool | visible | false (overrides Window.visible) |
| bool | wrap_controls | true (overrides Window.wrap_controls) |
Signals
popup_hide\ (\ ) 🔗
Emitted when the popup is hidden.