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

XmDirectionMatchPartial — A function that checks for a specified direction component

#include <Xm/Xm.h>
Boolean XmDirectionMatchPartial (d1, d2, dmask)
        XmDirection     d1;
        XmDirection     d2;
        XmDirection     dmask;
(void)

XmDirectionMatchPartial compares d1 and d2 along the direction component specified by dmask. For example, if dmask equals XmVERTICAL_MASK, then the function will compare only the vertical components of d1 and d2.
d1
Specifies an XmDirection value to check.
d2
Specifies an XmDirection value to check.
dmask
Specifies the direction component along which d1 and d2 are to be checked. Appropriate values for dmask are XmHORIZONTAL_MASK, XmVERTICAL_MASK, and XmPRECEDENCE_MASK.

Returns True if the d1 and d2 match in the component specified by dmask; otherwise, returns False.

XmDirection(3), XmDirectionMatch(3), XmDirectionToStringDirection(3), XmStringDirection(3), and XmStringDirectionToDirection(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.