Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
XmRenderTa...vtFromProp(3) Library Functions Manual XmRenderTa...vtFromProp(3)

NAME
       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

RETURN
       Returns a render	table.	The function allocates space to	hold  the  re-
       turned  render table.  The application is responsible for managing this
       allocated space.	 The application can recover this allocated  space  by
       calling XmRenderTableFree.

RELATED
       XmRenderTable(3), XmRenderTableCvtToProp(3), and	XmRenderTableFree(3).

						    XmRenderTa...vtFromProp(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XmRenderTableCvtFromProp&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help