DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

XmIsTraversable(X3mot)


XmIsTraversable -- a function that identifies whether a widget can be traversed

Synopsis

#include <Xm/Xm.h>

Boolean XmIsTraversable (widget) Widget widget;

Description

XmIsTraversable determines whether the specified widget is eligible to receive focus through keyboard traversal. In general, a widget is eligible to receive focus when all of the following conditions are true:

Some widgets may not be eligible to receive focus even if they meet all these conditions. For example, most managers cannot receive focus through keyboard traversal. Some widgets may be eligible to receive focus under particular conditions. For example, a DrawingArea is eligible to receive focus if it meets the conditions above and has no child whose XmNtraversalOn resource is True.


widget
Specifies the ID of the widget

Return values

Returns True if the widget is eligible to receive focus through keyboard traversal; otherwise, returns False.

References

XmGetVisibility(X3mot) and XmProcessTraversal(X3mot).
25 April 2004
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004