Sha256: 4bb5f04300f1c5af3ba4a867f4f5f051799d6d0f3ea03403b97ceb9b4827e74e
Contents?: true
Size: 453 Bytes
Versions: 69
Compression:
Stored size: 453 Bytes
Contents
# frozen_string_literal: true b = box({ drag: true }) A.help(:left) do english = 'the left particle is,used to position the atome on the x axis, click me to get an example' french = "'la particle left est utilisée pour positionner l'atome sur l'axe x, click moi pour obtenir un exemple" t = text({ int8: { english: english, french: french }, width: 666 }) t.touch(true) do t.delete(true) example(:left) end end b.help(:left)
Version data entries
69 entries across 69 versions & 1 rubygems