root/_TextViewer/BF_Viewer_SearchCMD.h

/* [previous][next][first][last][top][bottom][index][help] */

INCLUDED FROM


   1 #ifndef __BF_VIEWER_SEARCH_CMD__
   2 #define __BF_VIEWER_SEARCH_CMD__
   3 
   4 enum {
   5         BF_VIEWER_CMD_SEARCH_DIALOG = 0,
   6         BF_VIEWER_CMD_SEARCH_FIRST,
   7         BF_VIEWER_CMD_SEARCH_NEXT
   8 };
   9 
  10 #endif

/* [previous][next][first][last][top][bottom][index][help] */