![]() | ![]() | ![]() | Conglomerate Programmer's Reference Manual | ![]() |
---|
cong-edit-find-and-replacecong-edit-find-and-replace — |
void cong_document_find (CongDocument *doc); void cong_document_find_next (CongDocument *doc); void cong_document_find_prev (CongDocument *doc); void cong_document_replace (CongDocument *doc);
void cong_document_find (CongDocument *doc);
doc: the CongDocument for which the find dialog is to be run
Opens the Find dialog for this CongDocument
doc : |
void cong_document_find_next (CongDocument *doc);
Perform an "Edit->Find Next" for this CongDocument
doc : | the CongDocument |
void cong_document_find_prev (CongDocument *doc);
Perform an "Edit->Find Next" for this CongDocument
doc : | the CongDocument |
void cong_document_replace (CongDocument *doc);
Presents the Replace dialog for this CongDocument
doc : | the CongDocument for which the dialog is to be run |
<< cong-file-selection | cong-ui-hooks >> |