8000 Tags · ozpos/green_shoes · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: ozpos/green_shoes

Tags

1.1

Toggle 1.1's commit message
Revised all samples for the gem executable command `gshoes`.

1.0

Toggle 1.0's commit message
Implemented Image#path and Image#path= methods and edited built-in ma…

…nual. A test snippet is:

require 'green_shoes'
Shoes.app do
  img = image './loogink.png'
  p = para img.path
  img.move 200, 200
  button 'change' do
    img.path = 'http://is.gd/c0mBtb'
    p.text = img.path
  end
end
0