Open Search
    SLIDER

    Definition

    SLIDER [id]
    {
      [Flags]
    }
    

    Description

    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().
    Use GeDialog::GetInt32() and GeDialog::GetFloat() to access the value.

    Flags

    See Dialog Resource for a description of the common flags.

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

    Example

    SLIDER IDC_NUMBER { SIZE 100,0; }
    

    Further Reading