WindowDialog

Inherits: Popup < Control < CanvasItem < Node < Object

Inherited By: AcceptDialog

Category: Core

Brief Description

Base class for window dialogs.

Member Functions

TextureButton get_close_button ( )
bool get_resizable ( ) const
String get_title ( ) const
void set_resizable ( bool resizable )
void set_title ( String title )

Member Variables

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.

Member Function Description

Return the close TextureButton.

  • bool get_resizable ( ) const

Return the title of the window.

  • void set_resizable ( bool resizable )
  • void set_title ( String title )

Set the title of the window.