Sha256: a13adc9127cafcc3d3643c7d4de9de9e7ef887085a44b00ce518a55503e4aab8

Contents?: true

Size: 130 Bytes

Versions: 9

Compression:

Stored size: 130 Bytes

Contents

class MainWindow < Bowline::Desktop::WindowManager
  setup
  self.width  = 300
  self.height = 400
  center
  on_load { show }
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
bowline-0.5.8 templates/main_window.rb
bowline-0.5.7 templates/main_window.rb
bowline-0.5.6 templates/main_window.rb
bowline-0.5.5 templates/main_window.rb
bowline-0.5.4 templates/main_window.rb
bowline-0.5.3 templates/main_window.rb
bowline-0.5.2 templates/main_window.rb
bowline-0.5.1 templates/main_window.rb
bowline-0.5.0 templates/main_window.rb