Class: FX::Popup

Inherits:
Fox::FXPopup
  • 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) ⇒ Popup

Returns a new instance of Popup.



752
753
754
755
756
# File 'lib/libGUIb16.rb', line 752

def initialize(p, opts = 0)
  init_radio_mutex
  super(p, opts | Fox::POPUP_VERTICAL | Fox::FRAME_RAISED | Fox::FRAME_THICK)
  handleMMB_Events
end