XmRepTypeGetId(Xm) 6 January 1993 XmRepTypeGetId(Xm) Name XmRepTypeGetId - a representation type manager function that retrieves the identification number of a representation type Syntax #include <Xm/RepType.h> XmRepTypeId XmRepTypeGetId (rep_type) String rep_type; Description XmRepTypeGetId searches the registration list for the specified represen- tation type and returns the associated identification number. reptype Specifies the representation type for which an identification number is requested Return value Returns the identification number of the specified representation type. If the representation type is not registered, the function returns XmREPTYPEINVALID. See also XmRepTypeGetRegistered(Xm) and XmRepTypeRegister(Xm).