#include <OSLIDER.H>
List of all members.
Definition at line 10 of file OSLIDER.H.
Return : 1-pressed on slider, variable updated 0-not pressed on slider
Definition at line 132 of file OSLIDER.CPP.
<int> x1, y1 = location of the slider <int> barWidth = width of the slider bar [int] sliderHeight = if 0, use the default SLIDER_HEIGHT <int> barColor = color of the slider bar <int*> varPtr = pointer to the slider varialbe <int> maxValue = maximum value of the variable
[int] stdValue = the standard value, color is different when it is below or above the stdValue (default : no standard value)
[int] barColor2 = the color when the current bar value > standard value only necessary when stdValue is passed
Definition at line 33 of file OSLIDER.CPP.
References SLIDER_HEIGHT.
Definition at line 62 of file OSLIDER.CPP.
Definition at line 72 of file OSLIDER.CPP.
References Vga::active_buf.
Definition at line 15 of file OSLIDER.H.
Definition at line 13 of file OSLIDER.H.
Definition at line 17 of file OSLIDER.H.
Definition at line 19 of file OSLIDER.H.
Definition at line 12 of file OSLIDER.H.
Definition at line 18 of file OSLIDER.H.