Inheritance #

Table of contents

Popup #

is_instantiable, Node, core, not_builtin_classes

Base class for contextual windows and panels with fixed position.

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.

Members #

var borderless: bool = true#

var transient: bool = true#

var unresizable: bool = true#

var visible: bool = false#

var wrap_controls: bool = true#

Methods #

Annotations #

Constants #

Constructors #

Enums #

Operators #

Signals #

Emitted when the popup is hidden.

Theme Items #

Tutorials #