xmreptypegetid(3) - Linux man page

Name

XmRepTypeGetId - A representation type manager function that retrieves the identification number of a representation type

Synopsis

#include <Xm/RepType.h>
XmRepTypeId XmRepTypeGetId(
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

Returns the identification number of the specified representation type. If the representation type is not registered, the function returns XmREP_TYPE_INVALID.

Related

xmreptypegetregistered(3) and xmreptyperegister(3).

Referenced By

xmreptypeaddreverse(3), xmreptypegetnamelist(3), xmreptypegetrecord(3), xmreptypevalidvalue(3)