OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
owl::TScrollBarData Struct Reference

The TScrollBarData structure contains integer values that represent a range of thumb positions on the scroll bar. More...

#include <owl/scrollba.h>

Public Attributes

int LowValue
 Contains the lowest value of thumb position in the scroll bar's range.
 
int HighValue
 Contains the highest value of the thumb position in the scroll bar's range.
 
int Position
 Contains the scroll bar's thumb position.
 

Detailed Description

The TScrollBarData structure contains integer values that represent a range of thumb positions on the scroll bar.

TScrollBar's function GetRange calls TScrollBarData to obtain the highest and lowest thumb positions on the scroll bar. GetPosition calls TScrollBarData to obtain the current thumb position on the scroll bar.

Definition at line 147 of file scrollba.h.

Member Data Documentation

◆ HighValue

int owl::TScrollBarData::HighValue

Contains the highest value of the thumb position in the scroll bar's range.

Definition at line 150 of file scrollba.h.

◆ LowValue

int owl::TScrollBarData::LowValue

Contains the lowest value of thumb position in the scroll bar's range.

Definition at line 149 of file scrollba.h.

◆ Position

int owl::TScrollBarData::Position

Contains the scroll bar's thumb position.

Definition at line 151 of file scrollba.h.


The documentation for this struct was generated from the following file: