Sha256: a855d22b0f02f99144212bbd298bb6ee6acf7b0eb23e75431a8462ce0a7059a8
Contents?: true
Size: 550 Bytes
Versions: 4
Compression:
Stored size: 550 Bytes
Contents
module Bowline module Desktop class Window include WindowMethods # Methods: # new() # center(direction = :both) # close # chrome= # disable # enable # file= # id # modal(flag = true) # name= # run_script(str) #=> str # raise # show # hide # set_size(width, height) # set_position(x, y) # select_dir( # ) # shown? end class MainWindow include WindowMethods end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
bowline-0.5.3 | lib/bowline/desktop/window.rb |
bowline-0.5.2 | lib/bowline/desktop/window.rb |
bowline-0.5.1 | lib/bowline/desktop/window.rb |
bowline-0.5.0 | lib/bowline/desktop/window.rb |