WindowDialog

Inherits: Popup < Control < CanvasItem < Node < Object

Inherited By: AcceptDialog

Category: Core

Brief Description

Base class for window dialogs.

Theme Properties

Texture close
int close_h_ofs
Texture close_highlight
int close_v_ofs
StyleBox panel
int scaleborder_size
Color title_color
Font title_font
int title_height

Description

Windowdialog is the base class for all window-based dialogs. It’s a by-default toplevel Control that draws a window decoration and allows motion and resizing.

Property Descriptions

Setter set_resizable(value)
Getter get_resizable()

If true, the user can resize the window. Default value: false.


Setter set_title(value)
Getter get_title()

The text displayed in the window’s title bar.

Method Descriptions

Returns the close TextureButton.