IntegerParameter.setFromGUI

Sets the parameter value from the UI thread. If the parameter is outside [min .. max] inclusive, then it is clamped. This is not an error to do so.

class IntegerParameter
final nothrow @nogc
void
setFromGUI
(
int value
)

Meta