class Zenity

Defined in:

zenity.cr
zenity/result.cr
zenity/version.cr

Constant Summary

VERSION = {{ (`shards version /srv/crystaldoc.info/github-kojix2-zenity.cr-main/src/zenity`).chomp.stringify }}

Defined in the shard.yml file

Constructors

Macro Summary

Instance Method Summary

Constructor Detail

def self.new(path : String = "zenity", history : Bool = true, timeout : Float = 0.5) #

[View source]

Macro Detail

macro define_command(name) #

[View source]

Instance Method Detail

def calendar(*args, **options) #

[View source]
def calendar(*args, **options, &) #

[View source]
def color_selection(*args, **options) #

[View source]
def color_selection(*args, **options, &) #

[View source]
def entry(*args, **options) #

[View source]
def entry(*args, **options, &) #

[View source]
def error(*args, **options) #

[View source]
def error(*args, **options, &) #

[View source]
def file_selection(*args, **options) #

[View source]
def file_selection(*args, **options, &) #

[View source]
def forms(*args, **options) #

[View source]
def forms(*args, **options, &) #

[View source]
def history : Array(Zenity::Result) #

[View source]
def history_enabled : Bool #

[View source]
def info(*args, **options) #

[View source]
def info(*args, **options, &) #

[View source]
def last_command : String #

[View source]
def last_result : Zenity::Result | Nil #

[View source]
def list(*args, **options) #

[View source]
def list(*args, **options, &) #

[View source]
def notification(*args, **options) #

[View source]
def notification(*args, **options, &) #

[View source]
def password(*args, **options) #

[View source]
def password(*args, **options, &) #

[View source]
def path : String #

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

[View source]
def progress(*args, **options) #

[View source]
def progress(*args, **options, &) #

[View source]
def question(*args, **options) #

[View source]
def question(*args, **options, &) #

[View source]
def scale(*args, **options) #

[View source]
def scale(*args, **options, &) #

[View source]
def text_info(*args, **options) #

[View source]
def text_info(*args, **options, &) #

[View source]
def warning(*args, **options) #

[View source]
def warning(*args, **options, &) #

[View source]