![]() |
![]()
| ![]() |
![]()
NAMEXmDirectionMatchPartial — A function that checks for a specified direction component SYNOPSIS#include <Xm/Xm.h> Boolean XmDirectionMatchPartial (d1, d2, dmask) DESCRIPTIONXmDirectionMatchPartial 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. RETURN VALUESReturns True if the d1 and d2 match in the component specified by dmask; otherwise, returns False. RELATED INFORMATIONXmDirection(3), XmDirectionMatch(3), XmDirectionToStringDirection(3), XmStringDirection(3), and XmStringDirectionToDirection(3).
|