Sha256: 14bc77894c24bbe5e0a13cd7b11ef7d7a5087fc53d3afa49cec04e02617e613f
Contents?: true
Size: 311 Bytes
Versions: 78
Compression:
Stored size: 311 Bytes
Contents
# frozen_string_literal: true new({particle: :select}) t = text :hello t.left(99) t.edit(true) b=box b.touch(true) do puts t.data back_color = grab(:back_selection) text_color = grab(:text_selection) back_color.red(1) back_color.alpha(1) text_color.green(1) t.component({ selected: true }) end
Version data entries
78 entries across 78 versions & 1 rubygems