1XmRenderTableCvtToProp(library call)      XmRenderTableCvtToProp(library call)
2
3
4

NAME

6       XmRenderTableCvtToProp — A render table function that converts a render
7       table to a string representation
8

SYNOPSIS

10       #include <Xm/Xm.h>
11       unsigned int XmRenderTableCvtToProp(
12       Widget widget,
13       XmRenderTable table,
14       char **prop_return);
15

DESCRIPTION

17       XmRenderTableCvtToProp converts a render table to a string  of  charac‐
18       ters  representing the render table.  This routine is typically used by
19       the source of a data transfer operation to produce a representation for
20       transferring a render table to a destination.
21
22       widget    Specifies the widget that is the source of the render table
23
24       table     Specifies a render table to be converted
25
26       prop_return
27                 Specifies  a pointer to a string that is created and returned
28                 by this function.  The function allocates space to  hold  the
29                 returned string.  The application is responsible for managing
30                 this allocated space.  The application can recover this allo‐
31                 cated space by calling XtFree.
32

RETURN

34       Returns the number of bytes in the string representation.
35
37       XmRenderTable(3) and XmRenderTableCvtFromProp(3).
38
39
40
41                                          XmRenderTableCvtToProp(library call)
Impressum