Sha256: 83df97bd3a2d57192860450ef67dbb2e14c94474d1d38d9b9cf51a5c0e12ad2f

Contents?: true

Size: 300 Bytes

Versions: 1

Compression:

Stored size: 300 Bytes

Contents

# frozen_string_literal: true
Shoes.app do
  para "Click somewhere"
  click do
    # Earlier versions had trouble because para would get drawn while the
    # alert was up, but before it got positioned. Make sure we don't regress.
    para 'hahahahaha destroy everything'
    alert 'muhhh'
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
shoes-4.0.0.pre12 samples/simple_alert.rb