Description


Include file: xcircsld.h

Parent class: XControl

Overview

Functions

XCircularSlider

Parameters

XWindow * owner the owner of the XCircularSlider
XRect * rect the rectangle
USHORT id id of the window
ULONG style style, valid values are:
CS_NOBUTTON
CS_NOTEXT
CS_NONUMBER
CS_POINTSELECT
CS_360
CS_MIDPOINT
CS_PROPORTIONALTICKS
CS_NOTICKS
CS_CIRCULARVALUE

(can be or-ed)
char * font font to use (e.g. "8.Helv")

Remarks

Constructs a XCircularSlider.

GetLimits

Parameters

SHORT& lowerLimit
SHORT& upperLimit

Remarks

Query the limits set to the circular slider

SetLimits

Parameters

LONG lowerLimit
LONG upperLimit

Return-Value

BOOL result

Remarks

Set limits

GetIncremets

Parameters

SHORT& scrollIncrement
SHORT& tickIncrement

Remarks

Query the increments set to the slider

SetIncrements

Parameters

SHORT ticks
SHORT steps

Return-Value

BOOL result

Remarks

Set ticks and steps

GetValue

Return-Value

SHORT theValue

Remarks

Return the current value

SetValue

Parameters

LONG value

Return-Value

BOOL result

Remarks

Set a new value


This document was generated by Jens von Pilgrim's Autodoc