setCtlDivisor

Requires FilterMeister 0.4.21 Beta 2 (June 3, 2003) or newer

Syntax

setCtlDivisor(int n, int v)

Arguments

n
The index of the user control whose value you want to change
v
The value you want to assign to the user control

Description

This function changes the divisor of standard and scrollbar controls

Example

setCtlDivisor(4, 10);
setCtlDivisor(5, 1);

Also see

getCtlDivisor

Comments

Everyone can add his comments about his experiences with this function here. Tips for using it are welcome, too.