2013-10-11から1日間の記事一覧

RubyのShoesでGUIプログラミング

おもしろい。 Shoes.app do flow margin: 12 do # Set up three buttons @one = button "One" @two = button "Two" @three = button "Three" # Bounce the second button @one.click do |button| alert "You are No.1!" end @two.click do |button| alert "T…