Class: CDK::USLIDER
Instance Attribute Summary
Attributes inherited from CDKOBJS
#BXAttr, #HZChar, #LLChar, #LRChar, #ULChar, #URChar, #VTChar, #accepts_focus, #binding_list, #border_size, #box, #exit_type, #has_focus, #is_visible, #screen, #screen_index
Instance Method Summary collapse
-
#object_type ⇒ Object
The original USlider handled unsigned values.
Methods inherited from SLIDER
Decrement, Increment, #SCAN_FMT, #activate, #destroy, #draw, #drawField, #erase, #focus, #formattedSize, #getHighValue, #getLowValue, #getValue, #initialize, #inject, #limitCurrentValue, #move, #moveToEditPosition, #performEdit, #position, removeChar, #set, #setBKattr, #setEditPosition, #setLowHigh, #setValue, #unfocus, #validEditPosition
Methods inherited from CDKOBJS
#SCREEN_XPOS, #SCREEN_YPOS, #bind, #bindableObject, #checkBind, #cleanBindings, #cleanTitle, #destroy, #draw, #drawTitle, #erase, #focus, #getBox, #getc, #getch, #initialize, #inject, #isBind, #move, #move_specific, #position, #refreshData, #saveData, #setBXattr, #setBackgroundColor, #setBox, #setExitType, #setHZchar, #setLLchar, #setLRchar, #setPostProcess, #setPreProcess, #setTitle, #setULchar, #setURchar, #setVTchar, #unbind, #unfocus, #validCDKObject, #validObjType
Constructor Details
This class inherits a constructor from CDK::SLIDER
Instance Method Details
#object_type ⇒ Object
The original USlider handled unsigned values. Since Ruby’s typing is different this is really just SLIDER but is nice it’s nice to have this for compatibility/completeness sake.
10 11 12 |
# File 'lib/cdk/uslider.rb', line 10 def object_type :USLIDER end |