class_windowdialog - vkbsb/godot GitHub Wiki

WindowDialog

####Inherits: Popup ####Category: Core

Brief Description

Base class for window dialogs.

Member Functions

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

set_title

  • void set_title ( String title )

Set the title of the window.

get_title

Return the title of the window.

get_close_button

Return the close TextureButton.