NAME
SetPageGadgetAttrsA -- Set gadget attributes in a paged layout
SetPageGadgetAttrs -- Varargs stub for SetPageGadgetAttrsA
SYNOPSIS
value = SetPageGadgetAttrsA(gad, page, win, req, tags)
D0 A0 A1 A2 A3 A4
ULONG SetPageGadgetAttrsA(struct gadget *, object *,
struct window *, struct requester *, struct tagitem *)
ULONG SetPageGadgetAttrs(struct gadget *, object *,
struct window *, struct requester *, ulong, ...)
FUNCTION
Like SetGadgetAttrs, but passes a NULL window and requester pointer
if the gadget is not on the currently visible page.