Sha256: 701d2b649f3258b8a97d2de1709efe918d803b5a0f0693aaae8b170842fae490

Contents?: true

Size: 272 Bytes

Versions: 1

Compression:

Stored size: 272 Bytes

Contents

# frozen_string_literal: true

Shoes.app width: 650, height: 32 do
  path = File.expand_path(File.join(__FILE__, ".."))
  %w[simple_altered_para simple_border_image simple_breadsticks simple_buttons].each do |name|
    button(name) { load "#{path}/#{name}.rb" }
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
shoes-4.0.0.rc1 samples/simple_sample_executor.rb