struct Lune::Config::Window

Included Modules

Defined in:

lune/config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new #

[View source]

Instance Method Detail

def debug : Bool | Nil #

[View source]
def debug=(debug : Bool | Nil) #

[View source]
def height : Int32 | Nil #

[View source]
def height=(height : Int32 | Nil) #

[View source]
def max_height : Int32 | Nil #

[View source]
def max_height=(max_height : Int32 | Nil) #

[View source]
def max_width : Int32 | Nil #

[View source]
def max_width=(max_width : Int32 | Nil) #

[View source]
def min_height : Int32 | Nil #

[View source]
def min_height=(min_height : Int32 | Nil) #

[View source]
def min_width : Int32 | Nil #

[View source]
def min_width=(min_width : Int32 | Nil) #

[View source]
def resizable : Bool | Nil #

[View source]
def resizable=(resizable : Bool | Nil) #

[View source]
def title : String | Nil #

[View source]
def title=(title : String | Nil) #

[View source]
def width : Int32 | Nil #

[View source]
def width=(width : Int32 | Nil) #

[View source]