Pointer to a Gadget structure
Source position: intuition.pas line 210
type pGadget = ^tGadget; |
|
Requesters The following struct is used for standard intuition requesters |
|
|
Window structure |
|
|
New window structure |
|
|
Future TNewWindow |
|
|
Basic screen structure |
|
|
Description of a new screen |
|
|
Extended TNewScreen structure |
|
|
GadgetClass Tag. [I..] (PGadget) Pointer to previous gadget. |
|
|
GadgetClass Tag. [I..] (PGadget) Next gadget in the linked list. Currently not implemented. |
|
|
String gadget message |
|
|
Activate a (string or custom) gadget. |
|
|
Add a gadget to the gadget list of a window. |
|
|
Add a linked list of gadgets to a window or requester. |
|
|
Invoke method on a boopsi gadget. |
|
|
Calculate gadget-relative mouse position. |
|
|
Modify the current parameters of a proportional gadget. |
|
|
Set up a RastPort for a custom gadget. |
|
|
Disable the specified gadget. |
|
|
Enable the specified gadget. |
|
|
Refresh (redraw) the gadget display. |
|
|
Refresh (redraw) a chosen number of gadgets. |
|
|
Remove a gadget from a window. |
|
|
Remove a sublist of gadgets from a window. |
|
|
Specify attribute values for a boopsi gadget. |
|
|
Get bounding box of a gadget |
|
|
Casts MutualExclude for easy assignment of a hook pointer to the unused MutualExclude field of a custom gadget |