- XrmBinding
alias XrmBinding = int
Conversion of Strings to Lists
- XrmBindingList
alias XrmBindingList = XrmBinding*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XrmClass
alias XrmClass = XrmQuark
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XrmClassList
alias XrmClassList = XrmQuarkList
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XrmDatabase
alias XrmDatabase = _XrmHashBucketRec*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XrmHashBucket
alias XrmHashBucket = _XrmHashBucketRec*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XrmHashTable
alias XrmHashTable = XrmHashBucket*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XrmName
alias XrmName = XrmQuark
- XrmNameList
alias XrmNameList = XrmQuarkList
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XrmOptionDescList
alias XrmOptionDescList = XrmOptionDescRec*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XrmOptionKind
alias XrmOptionKind = int
Command line option mapping to resource entries
- XrmQuark
alias XrmQuark = int
- XrmQuarkList
alias XrmQuarkList = int*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XrmRepresentation
alias XrmRepresentation = XrmQuark
Resource Representation Types and Values
- XrmSearchList
alias XrmSearchList = XrmHashTable[]
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XrmString
alias XrmString = char*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XrmValuePtr
alias XrmValuePtr = XrmValue*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Xpermalloc
char* Xpermalloc(uint )
***************************************************************
** ***
** ***
** X Resource Manager Intrinsics ***
** ***
** ***
***************************************************************
**************************************************************
- XrmClassToString
XrmString XrmClassToString(XrmClass c_class)
Undocumented in source. Be warned that the author may not have intended to support it.
- XrmCombineDatabase
void XrmCombineDatabase(XrmDatabase , XrmDatabase* , Bool )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XrmCombineFileDatabase
Status XrmCombineFileDatabase(char* , XrmDatabase* , Bool )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XrmDestroyDatabase
void XrmDestroyDatabase(XrmDatabase )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XrmEnumerateDatabase
Bool XrmEnumerateDatabase(XrmDatabase , XrmNameList , XrmClassList , int , Bool function(XrmDatabase*, XrmBindingList, XrmQuarkList, XrmRepresentation*, XrmValue*, XPointer) , XPointer )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XrmGetDatabase
XrmDatabase XrmGetDatabase(Display* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XrmGetFileDatabase
XrmDatabase XrmGetFileDatabase(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XrmGetResource
Bool XrmGetResource(XrmDatabase , char* , char* , char** , XrmValue* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XrmGetStringDatabase
XrmDatabase XrmGetStringDatabase(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XrmLocaleOfDatabase
char* XrmLocaleOfDatabase(XrmDatabase )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XrmMergeDatabases
void XrmMergeDatabases(XrmDatabase , XrmDatabase* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XrmNameToString
XrmString XrmNameToString(XrmName name)
Undocumented in source. Be warned that the author may not have intended to support it.
- XrmParseCommand
void XrmParseCommand(XrmDatabase* , XrmOptionDescList , int , char* , int* , char** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XrmPermStringToQuark
XrmQuark XrmPermStringToQuark(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XrmPutFileDatabase
void XrmPutFileDatabase(XrmDatabase , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XrmPutLineResource
void XrmPutLineResource(XrmDatabase* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XrmPutResource
void XrmPutResource(XrmDatabase* , char* , char* , XrmValue* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XrmPutStringResource
void XrmPutStringResource(XrmDatabase* , char* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XrmQGetResource
Bool XrmQGetResource(XrmDatabase , XrmNameList , XrmClassList , XrmRepresentation* , XrmValue* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XrmQGetSearchList
Bool XrmQGetSearchList(XrmDatabase , XrmNameList , XrmClassList , XrmSearchList , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XrmQGetSearchResource
Bool XrmQGetSearchResource(XrmSearchList , XrmName , XrmClass , XrmRepresentation* , XrmValue* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XrmQPutResource
void XrmQPutResource(XrmDatabase* , XrmBindingList , XrmQuarkList , XrmRepresentation , XrmValue* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XrmQPutStringResource
void XrmQPutStringResource(XrmDatabase* , XrmBindingList , XrmQuarkList , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XrmQuarkToString
XrmString XrmQuarkToString(XrmQuark )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XrmRepresentationToString
XrmString XrmRepresentationToString(XrmRepresentation type)
Undocumented in source. Be warned that the author may not have intended to support it.
- XrmSetDatabase
void XrmSetDatabase(Display* , XrmDatabase )
Resource Database Management
- XrmStringToBindingQuarkList
void XrmStringToBindingQuarkList(char* , XrmBindingList , XrmQuarkList )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XrmStringToClass
XrmClass XrmStringToClass(XrmString c_class)
Undocumented in source. Be warned that the author may not have intended to support it.
- XrmStringToClassList
void XrmStringToClassList(XrmString str, XrmClassList c_class)
Undocumented in source. Be warned that the author may not have intended to support it.
- XrmStringToName
XrmName XrmStringToName(XrmString string)
Undocumented in source. Be warned that the author may not have intended to support it.
- XrmStringToNameList
void XrmStringToNameList(XrmString str, XrmNameList name)
Undocumented in source. Be warned that the author may not have intended to support it.
- XrmStringToQuark
XrmQuark XrmStringToQuark(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XrmStringToQuarkList
void XrmStringToQuarkList(char* , XrmQuarkList )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XrmStringToRepresentation
XrmRepresentation XrmStringToRepresentation(XrmString string)
Undocumented in source. Be warned that the author may not have intended to support it.
- XrmStringsEqual
bool XrmStringsEqual(XrmString a1, XrmString a2)
Undocumented in source. Be warned that the author may not have intended to support it.
- XrmUniqueQuark
XrmQuark XrmUniqueQuark()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.