Articles
Forums
Downloads
Autodocs
Home
/
Autodocs
/
virtual.gadget
NAME
RefreshVirtualGadget
Refresh gadget in a virtual layout
SYNOPSIS
RefreshVirtualGadget(gad, virtual, win, req)
A0 A1 A2 A3
void RefreshVirtualGadget(struct Gadget *, Object *,
struct Window *, struct Requester *)
FUNCTION
Like DoGadgetMethodA( gad, win, req, gpRender ), but ensures that proper clipping information is installed before invoking GM_RENDER.
INPUTS
gad
the gadget wanting refreshment.
virtual
the virtual.gadget object containing the gadget.
win
pointer to the window containing the gadget or its requester.
req
pointer to a requester (ignored if gadget is not attached to a requester).