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
XmRenderTableCvtToProp(3) FreeBSD Library Functions Manual XmRenderTableCvtToProp(3)

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

#include <Xm/Xm.h>
unsigned int XmRenderTableCvtToProp(
Widget widget,
XmRenderTable table,
char **prop_return);

XmRenderTableCvtToProp 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.
widget
Specifies the widget that is the source of the render table
table
Specifies a render table to be converted
prop_return
Specifies a pointer to a string that is created and returned by this function. The function allocates space to hold the returned string. The application is responsible for managing this allocated space. The application can recover this allocated space by calling XtFree.

Returns the number of bytes in the string representation.

XmRenderTable(3) and XmRenderTableCvtFromProp(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.