Method: AudioSwitch::UI#initialize
- Defined in:
- lib/audio_switch/ui.rb
#initialize(model) ⇒ UI
6 7 8 9 10 |
# File 'lib/audio_switch/ui.rb', line 6 def initialize(model) @model = model = Gtk::Menu.new @items = [] end |
6 7 8 9 10 |
# File 'lib/audio_switch/ui.rb', line 6 def initialize(model) @model = model = Gtk::Menu.new @items = [] end |