Sha256: a8c8fbf46ef112989cf2865ce6507958261cb79dbdac2da81a6bb7ce08d99ca9
Contents?: true
Size: 350 Bytes
Versions: 1
Compression:
Stored size: 350 Bytes
Contents
Shoes.app do stack :margin => 20, :width => 250 do subtitle "Shoes Notebook" para "Add a note." @add = edit_line button "Save" do @notes.append do para @add.text, " ", link("delete") { |x| x.parent.remove } end @add.text = "" end end @notes = stack :margin => 20, :width => -250 end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shoes-4.0.0.pre2 | samples/nks_notes.rb |