Contents page

DrawKnobs()


    USAGE

void DrawKnobs(Window, KnobList)

FUNCTION

This initialises and redraws the entire list if knobs, starting with the top of the list, KnobList.

This routine sually is called under two circumstances:

* The knobs are put up for the first time.

* There is a need to redraw (a NEWSIZE or REFRESH event has arrived).

INPUTS

Window = Pointer to window the knobs are displayed in.

KnobList = Pointer to a Knob structure.

RESULT

none (void)

SEE ALSO

DrawArrow, KnobGadgets