GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
XmRenderTableCvtFromProp(3) FreeBSD Library Functions Manual XmRenderTableCvtFromProp(3)

XmRenderTableCvtFromProp — A render table function that converts from a string representation to a render table

#include <Xm/Xm.h>
XmRenderTable XmRenderTableCvtFromProp(
Widget widget,
char *property,
unsigned int length);

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

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

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

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.