|
OWLNext 6.32
|
#include <slider.h>
Public Member Functions | |
| THSlider (TWindow *parent, int id, int x, int y, int w, int h, TResId thumbResId=IDB_HSLIDERTHUMB, TModule *=0) | |
| THSlider (TWindow *parent, int resId, TResId thumbResId=IDB_HSLIDERTHUMB, TModule *=0) | |
| THSlider (THandle hWnd, TModule *=0) | |
Derived from TSlider, THSlider provides implementation details for horizontal sliders. The sample program SLIDER.CPP on BC5.0x distribution disk displays a thermostat that uses a horizontal slider.
| owl::THSlider::THSlider | ( | TWindow * | parent, |
| int | id, | ||
| int | x, | ||
| int | y, | ||
| int | w, | ||
| int | h, | ||
| TResId | thumbResId = IDB_HSLIDERTHUMB, |
||
| TModule * | module = 0 |
||
| ) |
Constructs a slider object with a default bitmap resource ID of IDB_HSLIDERTHUMB for the thumb knob.
| owl::THSlider::THSlider | ( | TWindow * | parent, |
| int | resId, | ||
| TResId | thumbResId = IDB_HSLIDERTHUMB, |
||
| TModule * | module = 0 |
||
| ) |
Constructor for a slider object created from resource.
Constructs a slider object to encapsulate (alias) an existing control.
1.7.4