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

XmStringComponentCreate — A compound string function that creates arbitrary components

#include <Xm/Xm.h>
XmString XmStringComponentCreate(
XmStringComponentType c_type,
unsigned int length,
XtPointer value);

XmStringComponentCreate creates a new XmString component of type c_type, containing value. If value is invalid for the particular component type, this function fails and returns NULL.
c_type
Specifies the type of component to be created.
length
Specifies the length in bytes of value. Note that this must be precisely the length of the value string, not including any trailing null characters.
value
Specifies the value to be used in the creation of the component.

Refer to the XmStringComponentType(3) reference page for a list of the possible XmString component types.

If value is invalid for c_type, fails and returns NULL. Otherwise, this function returns a new compound string. When the application no longer needs the returned compound string, the application should call XmStringFree.

XmString(3), XmStringGetNextTriple, XmStringComponentType, and XmStringFree(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.