Sha256: 33fcde6f63895adefe5a78eb94d947b78cddd56bd259df355a3878a8979b3f1b

Contents?: true

Size: 173 Bytes

Versions: 5

Compression:

Stored size: 173 Bytes

Contents

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bowline-0.9.4 templates/main_window.rb
bowline-0.9.3 templates/main_window.rb
bowline-0.9.2 templates/main_window.rb
bowline-0.9.1 templates/main_window.rb
bowline-0.6.3 templates/main_window.rb