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

XmRenditionCreate — A convenience function that creates a rendition

#include <Xm/Xm.h>
XmRendition XmRenditionCreate(
Widget widget,
XmStringTag tag,
ArgList arglist,
Cardinal argcount);

XmRenditionCreate creates a rendition whose resources are set to the values specified in arglist. Default values are assigned to resources that are not specified.
widget
Specifies the widget used for deriving any necessary information for creating the rendition. In particular, the X display of widget will be used for loading fonts.
tag
Specifies the tag for the rendition. (This will become the XmNtag resource for the rendition.)
arglist
Specifies the argument list.
argcount
Specifies the number of attribute/value pairs in the argument list (arglist).

Returns the created rendition. The function allocates space to hold the returned rendition. The application is responsible for managing this allocated space. The application can recover this allocated space by calling XmRenditionFree.

XmRendition(3) and XmRenditionFree(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.