home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / lucid / lemacs-19.6 / src / EmacsShell.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-06-29  |  347 b   |  17 lines

  1.  
  2. #ifndef _EmacsShellWidget_h
  3. #define _EmacsShellWidget_h
  4.  
  5. #ifndef XtNwindow
  6. #define XtNwindow "window"
  7. #endif
  8. #ifndef XtCWindow
  9. #define XtCWindow "Window"
  10. #endif
  11.  
  12. typedef struct _EmacsShellClassRec *EmacsShellWidgetClass;
  13. typedef struct _EmacsShellRec *EmacsShellWidget;
  14. extern WidgetClass emacsShellWidgetClass;
  15.  
  16. #endif /* _EmacsShellWidget_h */
  17.