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

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

XmRepTypeGetRecord(3X)

Contents


NAME    [Toc]    [Back]

       XmRepTypeGetRecord  -  A representation type manager function
 that returns information about a representation type

SYNOPSIS    [Toc]    [Back]

       #include <Xm/RepType.h>

       XmRepTypeEntry XmRepTypeGetRecord (rep_type_id)
               XmRepTypeId rep_type_id;

DESCRIPTION    [Toc]    [Back]

       XmRepTypeGetRecord retrieves information about a  particular
 representation type that is registered with the representation
 type manager.  This routine allocates memory for
       the  returned  data. The application must free this memory
       using XtFree.  The identification number of the  representation
 type

       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,  *XmRepTypeEntry
 ;

       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 representation type entry  structure
 that describes the representation type.

SEE ALSO    [Toc]    [Back]

      
      
       XmRepTypeGetId(3X), XmRepTypeGetRegistered(3X), XmRepTypeRegister(3X)



                                           XmRepTypeGetRecord(3X)
[ Back ]
 Similar pages
Name OS Title
XmRepTypeGetId IRIX A representation type manager function that retrieves the identification number of a representation type
XmRepTypeGetNameList HP-UX A representation type manager function that generates a list of values for a representation type
XmRepTypeValidValue HP-UX A representation type manager function that tests the validity of a numerical value of a representation type r
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
XmRepTypeGetNameList Tru64 A representation type manager function that generates a list of values for a representation type
XmRepTypeGetId HP-UX A representation type manager function that retrieves the identification number of a representation type
XmRepTypeRegister IRIX A representation type manager function that registers a representation type resource
XmRepTypeRegister HP-UX A representation type manager function that registers a representation type resource
XmRepTypeRegister Tru64 A representation type manager function that registers a representation type resource
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service