Sha256: 18e9d2a0ce0b7d984a4fabef709e0c9cc0d67596ca086a72081fd4bf8b5a6582
Contents?: true
Size: 395 Bytes
Versions: 2
Compression:
Stored size: 395 Bytes
Contents
# delete b = box() c = b.text({content: :ok}) c.circle({atome_id: :the_c, color: :green, x:96}) d = b.text({content: :ok2, y: 30, atome_id: :the_second_text}) d.circle({y: 96}) info_text=text({content: "click the box to delete the childs\nthe :view childs are : #{b.child}", x: 96, y: 96, width: :auto}) b.touch do info_text.content( "the childs are : #{b.child}") b.child.delete(true) end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
atome-0.4.7.0 | vendor/assets/build/medias/rubies/examples/Old_examples/delete.rb |
atome-0.4.5.4 | vendor/assets/build/medias/rubies/examples/Old_examples/delete.rb |