comparison src/ExternalShell.h @ 398:74fd4e045ea6 r21-2-29

Import from CVS: tag r21-2-29
author cvs
date Mon, 13 Aug 2007 11:13:30 +0200
parents 376386a54a3c
children 697ef44129c6 2aa9cd456ae7
comparison
equal deleted inserted replaced
397:f4aeb21a5bad 398:74fd4e045ea6
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 _ExternalShell_h 23 #ifndef INCLUDED_ExternalShell_h_
24 #define _ExternalShell_h 24 #define INCLUDED_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 /* _ExternalShell_h */ 57 #endif /* INCLUDED_ExternalShell_h_ */