cong-edit-find-and-replace

cong-edit-find-and-replace

Synopsis

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);

Description

Details

cong_document_find ()

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 :


cong_document_find_next ()

void                cong_document_find_next             (CongDocument *doc);

Perform an "Edit->Find Next" for this CongDocument

doc :

the CongDocument

cong_document_find_prev ()

void                cong_document_find_prev             (CongDocument *doc);

Perform an "Edit->Find Next" for this CongDocument

doc :

the CongDocument

cong_document_replace ()

void                cong_document_replace               (CongDocument *doc);

Presents the Replace dialog for this CongDocument

doc :

the CongDocument for which the dialog is to be run