1XmRepTypeGetId(library call)                      XmRepTypeGetId(library call)
2
3
4

NAME

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

SYNOPSIS

10       #include <Xm/RepType.h>
11       XmRepTypeId XmRepTypeGetId(
12       String rep_type);
13

DESCRIPTION

15       XmRepTypeGetId searches the registration list for the specified  repre‐
16       sentation type and returns the associated identification number.
17
18       rep_type  Specifies the representation type for which an identification
19                 number is requested
20

RETURN

22       Returns the identification number of the specified representation type.
23       If  the  representation  type  is  not registered, the function returns
24       XmREP_TYPE_INVALID.
25
27       XmRepTypeGetRegistered(3) and XmRepTypeRegister(3).
28
29
30
31                                                  XmRepTypeGetId(library call)
Impressum