EDITSLIDER

Definition

EDITSLIDER [id]
{
  [Flags]
}

Description

A combination of SLIDER and EDITNUMBERARROWS. Sliders are used to input numeric values within a certain range.
The value and limits of the slider are set with GeDialog::SetInt32() and GeDialog::SetFloat().
There are also functions for directly specifying the edit field with a unit, for example GeDialog::SetMeter(). Use GeDialog::GetFloat() to access the value.

Flags

See Dialog Resource for a description of the common flags.

[LAYOUTFLAGS]Layout flags.
[SIZE]Manual size.

Example

EDITSLIDER IDC_NUMBER { SIZE 100,0; SCALE_H; }

Further Reading