logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

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

Name

XmRepTypeGetId  —  A  representation  type manager function that retrieves the identification number of a
       representation type "XmRepTypeGetId" "representation type manager functions" "XmRepTypeGetId"

Return

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

Synopsis

       #include <Xm/RepType.h>
       XmRepTypeIdXmRepTypeGetId(
       Stringrep_type);

See Also