-
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
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.
- void
set_title( String title )
Set the title of the window.
-
String
get_title( ) const
Return the title of the window.
-
TextureButton
get_close_button( )
Return the close texturebutton.