Mercurial > hg > xemacs-beta
comparison src/ExternalShell.h @ 412:697ef44129c6 r21-2-14
Import from CVS: tag r21-2-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:20:41 +0200 |
parents | 74fd4e045ea6 |
children |
comparison
equal
deleted
inserted
replaced
411:12e008d41344 | 412:697ef44129c6 |
---|---|
18 | 18 |
19 /* Synched up with: Not in FSF. */ | 19 /* Synched up with: Not in FSF. */ |
20 | 20 |
21 /* Written by Ben Wing, September 1993. */ | 21 /* Written by Ben Wing, September 1993. */ |
22 | 22 |
23 #ifndef INCLUDED_ExternalShell_h_ | 23 #ifndef _ExternalShell_h |
24 #define INCLUDED_ExternalShell_h_ | 24 #define _ExternalShell_h |
25 | 25 |
26 #ifndef XtNwindow | 26 #ifndef XtNwindow |
27 #define XtNwindow "window" | 27 #define XtNwindow "window" |
28 #endif | 28 #endif |
29 #ifndef XtCWindow | 29 #ifndef XtCWindow |
52 void ExternalShellSetFocus(Widget w); | 52 void ExternalShellSetFocus(Widget w); |
53 void ExternalShellUnrealize(Widget w); | 53 void ExternalShellUnrealize(Widget w); |
54 | 54 |
55 #define is_external_shell(w) (XtClass (w) == externalShellWidgetClass) | 55 #define is_external_shell(w) (XtClass (w) == externalShellWidgetClass) |
56 | 56 |
57 #endif /* INCLUDED_ExternalShell_h_ */ | 57 #endif /* _ExternalShell_h */ |