FreeBSD Manual Pages
DtEditorInvokeFindChangeDialog(libDtEditorInvokeFindChangeDialog(library call) NAME DtEditorInvokeFindChangeDialog -- display the DtEditor widget dialog for searching and replacing text SYNOPSIS #include <Dt/Editor.h> void DtEditorInvokeFindChangeDialog( Widget widget); DESCRIPTION The DtEditorInvokeFindChangeDialog function displays the Find/Change dialog for the DtEditor widget. This dialog enables a user to search for, and optionally replace, a string in the text for the DtEditor wid- get. It also allows the user to specify a replacement string, which can be substituted for either the next occurrence of the search string or all occurrences. The Find/Change dialog remains displayed until the user closes it. For a complete description of the Find/Change dialog see DtEditor. Subsequent searches for the last search string entered can be made by calling DtEditorFind(3). Subsequent substitutions can be made with DtE- ditorChange(3). 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 DtEditorInvokeFindChangeDialog function returns no value. SEE ALSO Dt/Editor.h - DtEditor(5), DtEditor(3), DtEditorChange(3), DtEdi- torFind(3). DtEditorInvokeFindChangeDialog(library call)
NAME | SYNOPSIS | DESCRIPTION | RETURN VALUE | SEE ALSO
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=DtEditorInvokeFindChangeDialog&sektion=3&manpath=FreeBSD+12.0-RELEASE+and+Ports>