![]() |
![]()
| ![]() |
![]()
NAMEXmRepTypeGetRecord — A representation type manager function that returns information about a representation type SYNOPSIS#include <Xm/RepType.h> XmRepTypeEntry XmRepTypeGetRecord( XmRepTypeId rep_type_id); DESCRIPTIONXmRepTypeGetRecord retrieves information about a particular representation type that is registered with the representation type manager. This routine allocates memory for the returned data. The application must free this memory using XtFree.
The representation type entry structure contains the following information: typedef struct {
RETURNReturns a pointer to the representation type entry structure that describes the representation type. RELATEDXmRepTypeGetId(3), XmRepTypeGetRegistered(3), and XmRepTypeRegister(3).
|