UIng::Window
Inherits UIng::Control < UIng::BlockConstructor < Reference < Object
Constructors
new(*args, &)
Sourcenew(*args, **kwargs, &)
Sourcenew(ref_ptr : Pointer(LibUI::Window), borrowed : Bool = true)
SourceInstance methods
borderless=(borderless : Bool) : Nil
Sourceborderless?
Sourcecontent_size
Sourcedestroy
Sourcefocused?
Sourcefullscreen=(fullscreen : Bool) : Nil
Sourcefullscreen?
Sourcemargined=(margined : Bool) : Nil
Sourcemargined?
Sourcemsg_box(title : String, description : String) : Nil
Sourcemsg_box_error(title : String, description : String) : Nil
Sourceon_closing
Sourceon_content_size_changed
Sourceon_focus_changed
Sourceon_position_changed
Sourceopen_file
Sourceopen_folder
Sourceposition
Sourceresizable=(resizable : Bool) : Nil
Sourceresizeable=(resizeable : Bool) : Nil
Sourceresizeable?
Sourcesave_file
Sourceset_content_size(width : Int32, height : Int32) : Nil
Sourceset_position(x : Int32, y : Int32) : Nil
Sourcetitle
Sourcetitle=(title : String) : Nil
Sourceto_unsafe
Source