Class: FX::ListBox

Inherits:
Fox::FXListBox
  • Object
show all
Defined in:
lib/libGUIb16.rb,
lib/libGUIb14.rb

Instance Method Summary collapse

Constructor Details

#initialize(p, opts = 0) ⇒ ListBox

Returns a new instance of ListBox.



581
582
583
# File 'lib/libGUIb16.rb', line 581

def initialize(p, opts = 0)
  super(p, nil, 0, opts | Fox::FRAME_SUNKEN | Fox::LISTBOX_NORMAL)
end