*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->Tru64 Unix man pages -> XmRepTypeGetRegistered (3X)              
Title
Content
Arch
Section
 

XmRepTypeGetRegistered(3X)

Contents


NAME    [Toc]    [Back]

       XmRepTypeGetRegistered  -  A  representation  type manager
       function that returns a copy of the registration list

SYNOPSIS    [Toc]    [Back]

       #include <Xm/RepType.h>

       XmRepTypeList XmRepTypeGetRegistered ()

DESCRIPTION    [Toc]    [Back]

       XmRepTypeGetRegistered  retrieves  information  about  all
       representation  types  that are registered with the representation
 type manager.  The registration list is an array
       of  structures,  each  of which contains information for a
       representation type entry.  The end  of  the  registration
       list  is  marked  with  a  representation type entry whose
       rep_type_name field has  a  NULL  pointer.   This  routine
       allocates  memory  for the returned data.  The application
       must free this memory using XtFree.

       The representation type entry structure contains the  following
 information:

       typedef struct {
         String        rep_type_name;
         String        *value_names;
         unsigned char *values;
         unsigned char num_values;
         Boolean       reverse_installed;
         XmRepTypeId    rep_type_id; } XmRepTypeEntryRec, *XmRepTypeList
 ;

       The name of the representation type An array of  representation
  type  value  names An array of representation type
       numerical values The number of values associated with  the
       representation  type  A flag that indicates whether or not
       the reverse converter is installed The identification number
 of the representation type

RETURN VALUE    [Toc]    [Back]

       Returns  a pointer to the registration list of representation
 types.

SEE ALSO    [Toc]    [Back]

      
      
       XmRepTypeRegister(3X), XmRepTypeGetRecord(3X)



                                       XmRepTypeGetRegistered(3X)
[ Back ]
 Similar pages
Name OS Title
XmRepTypeGetRecord Tru64 A representation type manager function that returns information about a representation type
XmRepTypeGetRecord HP-UX A representation type manager function that returns information about a representation type
XmRepTypeGetRecord IRIX A representation type manager function that returns information about a representation type
XmRepTypeGetNameList Tru64 A representation type manager function that generates a list of values for a representation type
XmRepTypeGetNameList HP-UX A representation type manager function that generates a list of values for a representation type
XmRepTypeGetNameList IRIX A representation type manager function that generates a list of values for a representation type
XmRepTypeValidValue IRIX A representation type manager function that tests the validity of a numerical value of a representation type r
XmRepTypeGetId HP-UX A representation type manager function that retrieves the identification number of a representation type
XmRepTypeGetId IRIX A representation type manager function that retrieves the identification number of a representation type
XmRepTypeValidValue HP-UX A representation type manager function that tests the validity of a numerical value of a representation type r
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service