home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / source / gblanker36_src.lha / GSource.lha / GSource / MUI / interface.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-09  |  497 b   |  23 lines

  1. #ifndef GARSHNE_MUI_H
  2. #define GARSHNE_MUI_H
  3.  
  4. #define ID_HIDE     2
  5. #define ID_TOGGLE   3
  6. #define ID_INFO     4
  7. #define ID_PREFS    5
  8. #define ID_BLANKERS 6
  9. #define ID_SET      7
  10.  
  11. extern Object *BlankersLvw;
  12. extern Object *PrefsBtn, *InfoBtn, *ToggleBtn;
  13. extern Object *HideBtn, *SettingsBtn, *QuitBtn;
  14. extern Object *BlankWnd, *BlankApp;
  15. extern ULONG MUI_Sigs;
  16.  
  17. ULONG ISigs( VOID );
  18. LONG OpenInterface( VOID );
  19. VOID CloseInterface( VOID );
  20. LONG HandleInterface( VOID );
  21.  
  22. #endif /* GARSHNE_MUI_H */
  23.