DtEditorTraverseToEditor(library call)DtEditorTraverseToEditor(library call)
NAME [Toc] [Back]
DtEditorTraverseToEditor - set keyboard traversal to the edit window
of a DtEditor widget
SYNOPSIS [Toc] [Back]
#include <Dt/Editor.h>
void DtEditorTraverseToEditor(
Widget widget);
DESCRIPTION [Toc] [Back]
The DtEditorTraverseToEditor function causes the Motif keyboard
traversal to be set to the edit window of a DtEditor widget.
The widget argument specifies the DtEditor widget ID.
For a complete definition of the DtEditor widget and its associated
resources, see DtEditor(3).
RETURN VALUE [Toc] [Back]
The DtEditorTraverseToEditor function returns no value.
SEE ALSO [Toc] [Back]
Dt/Editor.h - DtEditor(5), DtEditor(3).
- 1 - Formatted: January 24, 2005 [ Back ] |