Function: GgiEditorSearch Purpose: Pop up a search window for a text editor Category: USER-INTERFACE File: ggi.src Author: J.P. Terlouw Use: #include "ggi.h" ident editor, result; int direction; result = GgiEditorSearch(editor, direction); result - copy of the 'editor' argument. editor - editor element. direction - > 0 search forward; <= 0 search backward. Updates: Feb 11, 2000: JPT, Document created.