DtEditorReset(3) — Subroutines
NAME
DtEditorReset − reset a DtEditor widget to its default state
SYNOPSIS
#include <Dt/Editor.h>
void DtEditorReset(Widget widget);
DESCRIPTION
The DtEditorReset() function deletes the contents of a DtEditor widget and restores it to its default state, including format settings. It is analogous to destroying a DtEditor widget and creating a new one without specifying resource values. This function is useful when reusing 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
The DtEditorReset() function returns no value.
SEE ALSO
— 30 July 1994