#include <GSlider.h>
Inheritance diagram for GSlider:
Public Member Functions | |
void | Value (int i) |
Sets the position of the slider. | |
int | Value () |
Gets the position of the slider. | |
void | GetLimits (int &x, int &y) |
Gets the limits of the slider. | |
void | SetLimits (int x, int y) |
Sets the limits of the slider. | |
int | OnEvent (GMessage *Msg) |
Called to process every message received by this window. |