OWLNext 6.32
Public Member Functions
owl::THSlider Class Reference

#include <slider.h>

Inheritance diagram for owl::THSlider:
owl::TSlider owl::TScrollBar owl::TControl owl::TWindow owl::TEventHandler owl::TStreamableBase

List of all members.

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)

Detailed Description

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.


Constructor & Destructor Documentation

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.

owl::THSlider::THSlider ( THandle  hWnd,
TModule module = 0 
)

Constructs a slider object to encapsulate (alias) an existing control.


The documentation for this class was generated from the following files: