Osd Object Class


Defined Functions

The following function is defined for creating an Osd object.

XintCreateOsd

This function creates an Osd object. Note: Osd objects do not need to be managed.

     Object XintCreateOsd (...)

WidgetparentParent of new Osd object.
char *nameName of new Osd object.
ArgListarglistList of resource/value items.
CardinalargcountNumber of items in arglist.


Macros

Macro XintIsOsd returns True if the specified object is a Osd object.

     Boolean XintIsOsd (Object object)