![]() |
![]()
| ![]() |
![]()
NAMEXmRenderTableCvtToProp — A render table function that converts a render table to a string representation SYNOPSIS#include <Xm/Xm.h> unsigned int XmRenderTableCvtToProp( Widget widget, XmRenderTable table, char **prop_return); DESCRIPTIONXmRenderTableCvtToProp converts a render table to a string of characters representing the render table. This routine is typically used by the source of a data transfer operation to produce a representation for transferring a render table to a destination.
RETURNReturns the number of bytes in the string representation. RELATEDXmRenderTable(3) and XmRenderTableCvtFromProp(3).
|