-
Notifications
You must be signed in to change notification settings - Fork 0
class_windowdialog
reduz edited this page Feb 23, 2014
·
9 revisions
Inherits: Popup\n\n
Base class for window dialogs.
- void ** set_title ** ( String title )
- String ** get_title ** ( ) const
- TextureButton ** get_close_button ** ( )
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.
- TextureButton ** get_close_button ** ( ) \ Return the close texturebutton.