Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class App < Shoes
- {
- def initialize *args
- super *args
- @icon = image "#{DIR}/static/shoes-icon.png"
- createControls
- end
- def createControls
- flow do
- @p = edit_line
- end
- @e = flow
- end
- def test_click
- end
- }
- app = App.new :width => 400, :height => 260
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement