Sha256: 612be51a905c63e069e41eb48698c9d586a8279f418d9d93d01ee523d34a1c3e
Contents?: true
Size: 606 Bytes
Versions: 24
Compression:
Stored size: 606 Bytes
Contents
require '../lib/green_shoes' Shoes.app do flow width: 0.3, height: 0.5 do background lawngreen edit_line width: 0.5, margin: 10, text: 'edit_line' end flow width: 0.4, height: 0.5 do background goldenrod edit_box width: 1.0, height: 1.0, margin: 20, text: "edit_box\n" * 3 end flow width: 0.3, height: 0.5 do background salmon button 'Shoes', width: 1.0, height: 1.0, margin: 50 end flow width: 1.0, height: 0.5 do background plum list_box items: %w[edit_box edit_line list_box button], width: 0.5 , margin: 20, choose: 'list_box' end end
Version data entries
24 entries across 24 versions & 1 rubygems