Content-type: text/html Man page of XmRepTypeGetRegistered

XmRepTypeGetRegistered

Section: (3X)
Updated:
Index Return to Main Contents
 

NAME

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

SYNOPSIS

#include <Xm/RepType.h>

XmRepTypeList XmRepTypeGetRegistered ()
 

DESCRIPTION

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

Returns a pointer to the registration list of representation types.
 

SEE ALSO

XmRepTypeRegister(3X), XmRepTypeGetRecord(3X)


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 02:42:11 GMT, October 02, 2010