Class: FX::Slider

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

Instance Method Summary collapse

Methods included from RangeAccessor

#range, #range=

Constructor Details

#initialize(p, opts = 0) ⇒ Slider

Returns a new instance of Slider.



840
841
842
# File 'lib/libGUIb16.rb', line 840

def initialize(p, opts = 0)
  super(p, nil, 0, opts | Fox::SLIDER_NORMAL | Fox::LAYOUT_FILL_X)
end