Sha256: 670e732c3e737b7023315f5f28dc0ed9bc15f90dab97e394b958cf89da0efa27
Contents?: true
Size: 524 Bytes
Versions: 6
Compression:
Stored size: 524 Bytes
Contents
# frozen_string_literal: true b = box({ left: 155, drag: true, id: :boxy }) t=b.text({ data: :hello, id: :t1, position: :absolute, color: :black }) t2 = b.text({ data: :hello, id: :t2, left: 9, top: 33, position: :absolute }) wait 1 do grab(:view).retrieve do |child| child.left(33) end wait 1 do grab(:boxy).retrieve do |child| child.color(:green) end wait 1 do grab(:view).retrieve({ ascending: false, self: false }) do |child| child.delete(true) end end end end
Version data entries
6 entries across 6 versions & 1 rubygems