Home  /  Autodocs  /  datatypes.library

NAME

RefreshDTObjectA
Refresh a datatypes object. (V39)

SYNOPSIS

RefreshDTObjectA (object, window, req, attrs)
a0 a1 a2 a3

VOID RefreshDTObjectA (Object *, struct Window *,
struct Requester *, struct TagItem *);

RefreshDTObject (object, window, req, tag1, ...);

VOID RefreshDTObject (Object *, struct Window *,
struct Requester *, Tag tag1, ...);

FUNCTION

Refreshes the specified object, by sending the GM_RENDER method to the object.

INPUTS

object
Pointer to an object as returned by NewDTObjectA().

window
Pointer to the window.

req
Must be NULL.

attrs
Additional attributes (currently none are defined).

SEE ALSO

AddDTObject(), RemoveDTObject(), intuition.library/RefreshGList()