WindowDialog¶
Inherits: Popup < Control < CanvasItem < Node < Object
Inherited By: AcceptDialog
Category: Core
Brief Description¶
Base class for window dialogs.
Properties¶
| bool | resizable |
| String | window_title |
Methods¶
| TextureButton | get_close_button ( ) |
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.