[Top] [Prev] [Next] [Bottom]
[Contents]
SaMakeXmStringFromIndexRow
Make an XmString from the indexed row of a SaCallbackStruct callback structure.
#include "SaPopCalls.h"
XmString SaMakeXmStringFromIndexRow(SaCallbackStruct *cbs);
Arguments
- cbs
- An SaCallbackStruct callback structure.
Return Values
An XmString containing the data.
SaMakeXmStringFromIndexRow returns a malloc'd XmStrimg given a callback structure. If cbs is NULL, an empty XmString is returned. If cbs is derived from a valid cache, then the index value for that cache is used to determine which row is used. Otherwise, row 0 is used. Use XmStringFree to deallocate this memory when it is no longer needed. If the row contains multiple columns a space is inserted between columns and the columns are concatenated together.
[Top] [Prev] [Next] [Bottom]
[Contents]
info@bluestone.com
Copyright © 1997, Bluestone. All rights
reserved.