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

XmStringDirectionCreate — A compound string function that creates a compound string

#include <Xm/Xm.h>
XmString XmStringDirectionCreate(
XmStringDirection direction);

XmStringDirectionCreate creates a compound string with a single component, a direction with the given value. When the application no longer needs the returned compound string, the application should call XmStringFree.
direction
Specifies the value of the direction component. The possible values are:
XmSTRING_DIRECTION_L_TO_R
Specifies left to right display.
XmSTRING_DIRECTION_R_TO_L
Specifies right to left display.
XmSTRING_DIRECTION_DEFAULT
Specifies that the display direction will be set by the widget in which the compound string is to be displayed.

Returns a new compound string.

XmStringCreate(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.