(C) 1998 AROS - The Amiga Research OS


NAME
#include <intuition/intuition.h>
#include <proto/intuition.h>

void ModifyProp (gadget , window , requester , flags , horizPot , vertPot , horizBody , vertBody)

LOCATION
In IntuitionBase at offset 26

SYNOPSIS
struct Gadget * gadget
struct Window * window
struct Requester * requester
ULONG flags
ULONG horizPot
ULONG vertPot
ULONG horizBody
ULONG vertBody

FUNCTION
Changes the values in the PropInfo-structure of a proportional gadget and refreshes the display.

INPUTS
gadget
Must be a PROPGADGET
window
The window which contains the gadget
requester
If the gadget has GTYP_REQGADGET set, this must be
non
NULL.
flags
New flags
horizPot
New value for the HorizPot field of the PropInfo
vertPot
New value for the VertPot field of the PropInfo
horizBody
New value for the HorizBody field of the PropInfo
vertBody
New value for the VertBody field of the PropInfo

RESULT
None.

EXAMPLE

SEE ALSO
NewModifyProp()

NOTES
This function causes all gadgets from this gadget to the end of the gadget list to be refreshed. If you want a better behaviour, use NewModifProp().

BUGS

INTERNALS

HISTORY