XmRenderTableCvtFromProp (3) Linux Manual Page
XmRenderTableCvtFromProp — A render table function that converts from a string representation to a render table
Synopsis
#include <Xm/Xm.h>
XmRenderTable XmRenderTableCvtFromProp(
Widget widget,
char *property,
unsigned int length);
Description
XmRenderTableCvtFromProp converts a string of characters representing a render table to a render table. This routine is typically used by the destination of a data transfer operation to produce a render table from a transferred representation.- widget
- Specifies the widget that is the destination for the render table
- property
- Specifies a string of characters representing a render table
- length
- Specifies the number of bytes in property
