Class: Rucola::RCWindowController

Inherits:
OSX::NSWindowController
  • Object
show all
Defined in:
lib/rucola/rucola_support/controllers/rc_window_controller.rb

Instance Method Summary collapse

Instance Method Details

#initObject

Loads the nib that corresponds to this subclass. So for instance a class PreferencesWindowController, will look for a nib in: app/views/Preferences.nib



8
9
10
# File 'lib/rucola/rucola_support/controllers/rc_window_controller.rb', line 8

def init
  self if self.initWithWindowNibPath_owner(Rucola::RCApp.path_for_view(self), self)
end