Class: Scale Dialogue
Syntax:
extern _kernel_oserror *scale_get_bounds
(
unsigned int flags,
ObjectId scale,
int *lower_bound,
int *upper_bound,
int *step_size
);
Purpose: Function returns the lower & upper bounds and step size of the writable field in the Scale dialogue.
|
|
|