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

XmStringDirectionToDirection — A function that converts from XmStringDirection to XmDirection

#include <Xm/Xm.h>
XmDirection XmStringDirectionToDirection(
XmStringDirection direction);

XmStringDirectionToDirection converts the specified XmStringDirection direction value to its equivalent XmDirection value. This function provides backward compatibility with the XmStringDirection data type.
direction
Specifies the XmStringDirection value to be converted.

Returns the following XmDirection values:
XmLEFT_TO_RIGHT
If the direction argument is XmSTRING_DIRECTION_L_TO_R.
XmRIGHT_TO_LEFT
If the direction argument is XmSTRING_DIRECTION_R_TO_L.
XmDEFAULT_DIRECTION
If the direction argument was not either of the above.

XmStringDirection(3) and XmDirection(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.