class Lune::Options

Defined in:

lune/options.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def debug : Bool #

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

[View source]
def height : Int32 #

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

[View source]
def hint : Webview::SizeHints #

[View source]
def hint=(hint : Webview::SizeHints) #

[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 on_close : -> Nil | Nil #

[View source]
def on_close=(on_close : -> Nil | Nil) #

[View source]
def on_navigate : String -> Nil | Nil #

[View source]
def on_navigate=(on_navigate : String -> Nil | Nil) #

[View source]
def resizable : Bool #

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

[View source]
def title : String #

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

[View source]
def width : Int32 #

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

[View source]