anonymous enum [inherited]

Enumerator:
DONE 
SEARCH  Cancel search.
REPLACE  Search first occurrence.
SEARCH_NEXT  Replace first occurrence.
REPLACE_NEXT  Search next occurrence.
REPLACE_ALL  Replace next occurrence.

Definition at line 91 of file FXReplaceDialog.h.

00091        {
00092     DONE          = 0,    
00093     SEARCH        = 1,    
00094     REPLACE       = 1,    
00095     SEARCH_NEXT   = 2,    
00096     REPLACE_NEXT  = 2,    
00097     REPLACE_ALL   = 3     
00098     };


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:36:10 2009 for TnFOX by doxygen v1.4.7