class
UI::WindowConfiguration
- UI::WindowConfiguration
- Reference
- Object
Defined in:
ui/windows.crConstructors
Instance Method Summary
- #allows_full_screen : Bool
- #allows_full_screen=(allows_full_screen : Bool)
- #apply : Bool
- #display_title : String
- #maximum_size : WindowSize | Nil
- #maximum_size=(maximum_size : WindowSize | Nil)
- #minimum_size : WindowSize | Nil
- #minimum_size=(minimum_size : WindowSize | Nil)
- #normalized_preferred_size : WindowSize | Nil
- #preferred_height : Float64 | Nil
- #preferred_size : WindowSize | Nil
- #preferred_size=(preferred_size : WindowSize | Nil)
- #preferred_width : Float64 | Nil
- #resizable : Bool
- #resizable=(resizable : Bool)
- #shows_titlebar : Bool
- #shows_titlebar=(shows_titlebar : Bool)
- #shows_toolbar : Bool
- #shows_toolbar=(shows_toolbar : Bool)
- #size_summary : String | Nil
- #subtitle : String | Nil
- #subtitle=(subtitle : String | Nil)
- #title : String
- #title=(title : String)
- #titlebar_style : WindowTitlebarStyle
- #titlebar_style=(titlebar_style : WindowTitlebarStyle)
Constructor Detail
def self.new(title : String, subtitle : String | Nil = nil, preferred_size : WindowSize | Nil = nil, minimum_size : WindowSize | Nil = nil, maximum_size : WindowSize | Nil = nil, titlebar_style : WindowTitlebarStyle = WindowTitlebarStyle::Standard, shows_titlebar : Bool = true, shows_toolbar : Bool = true, allows_full_screen : Bool = true, resizable : Bool = true)
#