Skip to main content

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

boolborderlesstrue (overrides Window.borderless)
boolmaximize_disabledtrue (overrides Window.maximize_disabled)
boolminimize_disabledtrue (overrides Window.minimize_disabled)
boolpopup_windowtrue (overrides Window.popup_window)
boolpopup_wm_hinttrue (overrides Window.popup_wm_hint)
booltransienttrue (overrides Window.transient)
boolunresizabletrue (overrides Window.unresizable)
boolvisiblefalse (overrides Window.visible)
boolwrap_controlstrue (overrides Window.wrap_controls)

Signals

popup_hide\ (\ ) 🔗

Emitted when the popup is hidden.