Class: FX::MenuPane

Inherits:
Fox::FXMenuPane
  • Object
show all
Includes:
RadioMutexInterface, MiddleBtn, Responder
Defined in:
lib/libGUIb16.rb,
lib/libGUIb14.rb

Instance Method Summary collapse

Methods included from RadioMutexInterface

#add_radio_option, #init_radio_mutex, #selected_radio

Methods included from MiddleBtn

#handleMMB_Events, #onMiddleBtnPress, #onMiddleBtnRelease

Constructor Details

#initialize(p, opts = 0) ⇒ MenuPane

Returns a new instance of MenuPane.



680
681
682
683
684
685
# File 'lib/libGUIb16.rb', line 680

def initialize(p, opts = 0)
  init_radio_mutex
  super(p)
  p.menu = self
  handleMMB_Events
end