![]() |
![]()
| ![]() |
![]()
NAMEXmRepTypeGetId — A representation type manager function that retrieves the identification number of a representation type SYNOPSIS#include <Xm/RepType.h> XmRepTypeId XmRepTypeGetId( String rep_type); DESCRIPTIONXmRepTypeGetId searches the registration list for the specified representation type and returns the associated identification number.
RETURNReturns the identification number of the specified representation type. If the representation type is not registered, the function returns XmREP_TYPE_INVALID. RELATEDXmRepTypeGetRegistered(3) and XmRepTypeRegister(3).
|