XmRepTypeGetId(3X) SDK X11 R4.11MU05 XmRepTypeGetId(3X)
NAME
XmRepTypeGetId--A representation type manager function that retrieves
the identification number of a representation type
SYNOPSIS
#include <Xm/RepType.h>
XmRepTypeId XmRepTypeGetId (reptype)
String reptype;
DESCRIPTION
XmRepTypeGetId searches the registration list for the specified
representation 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.
RELATED INFORMATION
XmRepTypeGetRegistered(3X) and XmRepTypeRegister(3X).
Licensed material--property of copyright holder(s)