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 ( ) |
String | get_title ( ) const |
void | set_title ( String title ) |
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
TextureButton get_close_button ( )
Return the close TextureButton.
String get_title ( ) const
Return the title of the window.
void set_title ( String title )
Set the title of the window.
© 2014–2020 Juan Linietsky, Ariel Manzur, Godot Engine contributors
Licensed under the MIT License.
https://docs.godotengine.org/en/2.1/classes/class_windowdialog.html