Query: dteditorfind
OS: hpux
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DtEditorFind(library call) DtEditorFind(library call)NAMEDtEditorFind -- search for the next occurrence of a string in a DtEditor widgetSYNOPSIS#include <Dt/Editor.h> Boolean DtEditorFind( Widget widget, char *find);DESCRIPTIONThe DtEditorFind function searches for the next occurrence (relative to the insertion cursor) of a string. The string is either the last find string value specified in the Find/Change dialog (see DtEditorInvokeFindChangeDialog(3)) or is passed in as an argument. The widget argument specifies the DtEditor widget ID. The find argument specifies the string to search for. If find is NULL, DtEditorFind uses the last string specified in the Find field of the Find/Change dialog. If the string is not found by the time the end of the document is reached, the search continues at the beginning of the document, stopping at the character before the insertion cursor. For a complete definition of the DtEditor widget and its associated resources, see DtEditor(3).RETURN VALUEUpon successful completion, the DtEditorFind function returns True if the search string was found; otherwise, it returns False.SEE ALSODt/Editor.h - DtEditor(5), DtEditor(3), DtEditorChange(3), DtEditorInvokeFindChangeDialog(3). DtEditorFind(library call)
Related Man Pages |
---|
dteditordeleteselection(3) - hpux |
dteditorfind(3) - hpux |
dteditorgetinsertionposition(3) - hpux |
dteditorinvokefindchangedialog(3) - hpux |
dteditorinvokespelldialog(3) - hpux |
Similar Topics in the Unix Linux Community |
---|
Find command with Grep |
Find ^M Character |
More sed/awk help |
Find Where Values Change From Positive To Negative and viceversa |
Search: find current line, then search back |