VisualuRuby(tmp) Reference

VRUpdown

Coloring : swin class : vruby class

Class Hierarchy

Object
SWin::Window
VRWinComponent
VRControl
VRNotifyControl
VRUpdown

Including Modules

none

Child classes or Classes/Modules including this

none

vr/vrcomctl.rb

VRUpdown

Updown control.

Methods

setRange(minr,maxr)
Sets the range from minr to maxr.
getRange
Returns the range as an array [minr,maxr]
position
Returns current position.
position=
Sets current position.
base
Radix.
base=(b)
Sets the radix that is 10 or 16.

Event handlers

????_deltapos(pos)
Fired when the position is changing from pos. Note that pos is a previous value. To obtain the current value, use buddy control which is a (edit) control made directry before the updown control(using VREdit#changed or its parent handler).

VisualuRuby(tmp) Reference Index : Project HomePage(English) : Project HomePage(Japanese) : Sourceforge vruby page
Generated at Sun Feb 24 01:30:22 +0900 2008