The following are brief descriptions of the Intuition functions that
relate to the use of Intuition gadgets. See the Amiga ROM Kernel Reference
Manual: Includes and Autodocs for details on each function call.
Table 5-3: Functions for Intuition Gadgets
_______________________________________________________________________
| |
| Function Description |
|=======================================================================|
| AddGadget() Add a gadget to an open window or requester. |
| AddGList() Add some gadgets to an open window or requester. |
| RemoveGadget() Remove a gadget from an open window or requester. |
| RemoveGList() Remove some gadgets from an open window or |
| requester. |
| RefreshGadgets() Refresh all gadgets for the window or requester. |
| RefreshGList() Refresh some gadgets from the window or requester. |
|-----------------------------------------------------------------------|
| ModifyProp() Change the values of an open proportional gadget. |
| NewModifyProp() Optimized version of ModifyProp(). |
|-----------------------------------------------------------------------|
| OnGadget() Enable an open gadget. |
| OffGadget() Disable an open gadget. |
|-----------------------------------------------------------------------|
| ActivateGadget() Activate an open string gadget. |
| SetEditHook() Change the global edit hook for string gadgets. |
|_______________________________________________________________________|