NewModifyProp( Gadget, Window, Requester, Flags,
A0 A1 A2 D0
HorizPot, VertPot, HorizBody, VertBody, NumGad )
D1 D2 D3 D4 D5
VOID NewModifyProp(
struct Gadget *,
struct Window *,
struct Requester *, UWORD, UWORD, UWORD, UWORD, UWORD, WORD );
Performs the function of
ModifyProp(), but refreshes gadgets in the list as specified by the NumGad parameter. With NumGad = -1, this function is identical to
ModifyProp().
New for V36: When NumGad = 1, this function will now perform an incremental update of the proportional gadget knob image, rather than refreshing the entire gadget. This means much less flashing when programmatically scrolling a proportional gadget.
ModifyProp() The Intuition Reference Manual contains more information on Proportional Gadgets.