![]() |
![]() |
![]() |
Conglomerate Programmer's Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
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
|
void cong_document_find_next (CongDocument *doc);
Perform an "Edit->Find Next" for this CongDocument
|
the CongDocument |
void cong_document_find_prev (CongDocument *doc);
Perform an "Edit->Find Next" for this CongDocument
|
the CongDocument |
void cong_document_replace (CongDocument *doc);
Presents the Replace dialog for this CongDocument
|
the CongDocument for which the dialog is to be run |