XmRepTypeGetId(library call) XmRepTypeGetId(library call)
NAME [Toc] [Back]
XmRepTypeGetId - A representation type manager function that retrieves
the identification number of a representation type
SYNOPSIS [Toc] [Back]
#include <Xm/RepType.h>
XmRepTypeId XmRepTypeGetId(
String rep_type);
DESCRIPTION [Toc] [Back]
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 [Toc] [Back]
Returns the identification number of the specified representation
type. If the representation type is not registered, the function
returns XmREP_TYPE_INVALID.
RELATED [Toc] [Back]
XmRepTypeGetRegistered(3) and XmRepTypeRegister(3).
- 1 - Formatted: January 24, 2005 [ Back ] |