Home  /  Autodocs  /  datatypes.library

NAME

GetDTTriggerMethods
Obtain trigger methods supported by an object (V39)

SYNOPSIS

methods = GetDTTriggerMethods (object);
d0 a0

struct DTMethods *GetDTTriggerMethods (Object *);

FUNCTION

This function obtains a list of trigger methods supported by a given object. Applications may use this information to provide appropriate controls for the object. For example, an AmigaGuide object needs controls for "Contents", "Index", "Retrace", "Browse <", and "Browse >",

INPUTS

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

RESULT

Returns a pointer to a NULL terminated DTMethod list. This list is only valid until the object is disposed.

EXAMPLE

To call the method:

DoMethod (object, DTM_TRIGGER, dtm[button]->dtm_Method);

SEE ALSO

GetDTMethods()