Class: Rucola::RCWindowController
- Inherits:
-
OSX::NSWindowController
- Object
- OSX::NSWindowController
- Rucola::RCWindowController
- Defined in:
- lib/rucola/rucola_support/controllers/rc_window_controller.rb
Instance Method Summary collapse
-
#init ⇒ Object
Loads the nib that corresponds to this subclass.
Instance Method Details
#init ⇒ Object
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 |