Query: xmreptypegetnamelist
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XmRepTypeGetNameList(library call) XmRepTypeGetNameList(library call)NAMEXmRepTypeGetNameList -- A representation type manager function that generates a list of values for a representation typeSYNOPSIS#include <Xm/RepType.h> String * XmRepTypeGetNameList( XmRepTypeId rep_type_id, Boolean use_uppercase_format);DESCRIPTIONXmRepTypeGetNameList generates a NULL-terminated list of the value names associated with the specified representation type. Each value name is a NULL-terminated string. This routine allocates memory for the returned data. The application must free this memory using XtFree. rep_type_id Specifies the identification number of the representation type. use_uppercase_format Specifies a Boolean value that controls the format of the name list. If the value is True, each value name is in uppercase char- acters prefixed by Xm; if it is False, the names are in lowercase characters.RETURNReturns a pointer to an array of the value names.RELATEDXmRepTypeGetId(3), XmRepTypeGetRegistered(3), and XmRepTypeRegister(3). XmRepTypeGetNameList(library call)
Related Man Pages |
---|
xmreptypegetregistered(3) - centos |
xmreptyperegister(3) - centos |
xmreptyperegister(3) - hpux |
xmreptypegetregistered(3x) - osf1 |
xmreptyperegister(3x) - osf1 |
Similar Topics in the Unix Linux Community |
---|
Weird 'find' results |
How to increment version inside a file? |
DB2 convert digits to binary format |
CentOS7 restoring file capabilities |
CentOS 6 ran out of space, need to reclaim it |