FreeBSD Manual Pages
DtEditorReset(library call) DtEditorReset(library call) 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, resets the undo edit function, clears the last string searched for plus the last replacement string. The widget argument specifies the DtEditor widget ID. For a complete definition of the DtEditor widget and its associated re- sources, see DtEditor(3). RETURN VALUE The DtEditorReset function returns no value. APPLICATION USAGE The DtEditorReset is analogous to destroying a DtEditor widget and cre- ating a new one with the current resource settings. It is useful when reusing a DtEditor widget. SEE ALSO Dt/Editor.h - DtEditor(5), DtEditor(3). DtEditorReset(library call)
NAME | SYNOPSIS | DESCRIPTION | RETURN VALUE | APPLICATION USAGE | SEE ALSO
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=DtEditorReset&sektion=3&manpath=FreeBSD+12.0-RELEASE+and+Ports>