Sha256: abdfa06ee4078a58ce93f7e3b09460784a0e08a6df96f73825145e4367add451
Contents?: true
Size: 570 Bytes
Versions: 40
Compression:
Stored size: 570 Bytes
Contents
class KlondikeSolitaire module View class ActionPanel include Glimmer::UI::CustomWidget option :game body { composite { grid_layout(1, false) { margin_width 0 margin_height 0 } background :dark_green button { layout_data :center, :center, true, false text 'Restart Game' on_widget_selected { game.restart! } } } } end end end
Version data entries
40 entries across 40 versions & 1 rubygems