class_windowdialog - vkbsb/godot GitHub Wiki
WindowDialog
####Inherits: Popup ####Category: Core
Brief Description
Base class for window dialogs.
Member Functions
- void set_title ( String title )
- String get_title ( ) const
- TextureButton get_close_button ( )
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
- String get_title ( ) const
Return the title of the window.
get_close_button
- TextureButton get_close_button ( )
Return the close TextureButton.