-
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\ Category: Core\
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.
== 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.