home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Divers / yagirc-0.51.tar.gz / yagirc-0.51.tar / yagirc-0.51 / gui_menufactory.h < prev    next >
C/C++ Source or Header  |  1998-04-24  |  234b  |  12 lines

  1. #ifndef __GUI_MENUFACTORY_H
  2. #define __GUI_MENUFACTORY_H
  3.  
  4. #include "data.h"
  5.  
  6. void gui_menu_create(WINDOW_REC *win);
  7. void gui_menu_destroy(WINDOW_REC *win);
  8.  
  9. void menus_set_sensitive(WINDOW_REC *win, char *path, int sensitive);
  10.  
  11. #endif
  12.