Name

XmRepTypeGetId(3X) — XmRepTypeGetId--A representation type manager function that retrieves the identification number of a representation type XmRepTypeGetIdrepresentation type manager functions

Synopsis

#include <Xm/RepType.h>
XmRepTypeId XmRepTypeGetId
(rep_type)
String rep_type;

DESCRIPTION

XmRepTypeGetId searches the registration list for the specified representation type and returns the associated identification number.

rep_type 

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 XmREP_TYPE_INVALID.

RELATED INFORMATION

XmRepTypeGetRegistered(3X) and XmRepTypeRegister(3X).