comparison src/gui_xmebw.h @ 147:2f5a3b881ada

updated for version 7.0046
author vimboss
date Mon, 31 Jan 2005 19:09:12 +0000
parents 00c35ea0c2b3
children 76130176cf41
comparison
equal deleted inserted replaced
146:5cc0aca13a3f 147:2f5a3b881ada
44 44
45 #ifndef XmNpixmapFile 45 #ifndef XmNpixmapFile
46 # define XmNpixmapFile "pixmapFile" 46 # define XmNpixmapFile "pixmapFile"
47 #endif 47 #endif
48 48
49 #ifndef LESSTIF_VERSION
50 /* 49 /*
51 * Constants for labelLocation. 50 * Constants for labelLocation.
52 */ 51 */
53 52 #ifdef HAVE_XM_JOINSIDET_H
54 # include <Xm/JoinSideT.h> 53 # include <Xm/JoinSideT.h>
55 #else 54 #else
56 # define XmLEFT 1 55 # define XmLEFT 1
57 # define XmRIGHT 2 56 # define XmRIGHT 2
58 # define XmTOP 3 57 # define XmTOP 3