Module: SSHTunnel::UI::Helpers::ApplicationWindowHelper::ClassMethods

Defined in:
lib/ssh-hull/ui/helpers/application_window_helper.rb

Constant Summary collapse

%w[quit about].freeze
TOOLBAR_BUTTONS =
%w[add edit remove start stop].freeze

Instance Method Summary collapse

Instance Method Details

#initObject



25
26
27
28
# File 'lib/ssh-hull/ui/helpers/application_window_helper.rb', line 25

def init
  bind_menu_entries(MENU_ITEMS)
  bind_buttons(TOOLBAR_BUTTONS)
end