Sha256: 5ff1773221b84734ea35530898cfe5addeab6807605d41c18f306a08bfab2a29

Contents?: true

Size: 187 Bytes

Versions: 4

Compression:

Stored size: 187 Bytes

Contents

class MainWindowController < NSWindowController

  def layout
    @layout ||= MainWindowLayout.new
  end

  def init
    super.tap do
      self.window = layout.window
    end
  end

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
motion-kit-templates-1.0.3 templates/mk-osx/files/app/main/main_window_controller.rb
motion-kit-templates-1.0.2 templates/mk-osx/files/app/main/main_window_controller.rb
motion-kit-templates-1.0.1 templates/mk-osx/files/app/main/main_window_controller.rb
motion-kit-templates-1.0.0 templates/mk-osx/files/app/main/main_window_controller.rb