styles/motif.common
changeset 1624 46064adf74a0
parent 1620 49812898bfe2
child 1879 b8e2fd41d466
--- a/styles/motif.common	Mon Apr 21 13:58:33 1997 +0200
+++ b/styles/motif.common	Mon Apr 21 13:59:20 1997 +0200
@@ -2,7 +2,7 @@
 ; common motif stuff (not a style, but included by all motif style variations)
 ;
 ;
-; $Header: /cvs/stx/stx/libview/styles/motif.common,v 1.13 1997-04-21 09:08:34 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/motif.common,v 1.14 1997-04-21 11:59:18 cg Exp $
 
 ;
 ; this is to be included from the real style,
@@ -132,7 +132,7 @@
 requestBoxIconFile                'bitmaps/Request_motif.xbm'
 
 
-
+#if Display hasGrayscales
 arrowButtonUpForm                 Image extent:11@12 \
 					depth:2      \
 					bits:#[4r0000 4r0100 4r0000 \
@@ -200,3 +200,70 @@
 					       4r0120 4r0000 4r0000 \
 					      ] \
 					pad:8
+#else
+arrowButtonUpForm                 Image extent:11@12 \
+					depth:1      \
+					bits:#[2r00000000 2r00000000 \
+					       2r00000100 2r00000000 \
+					       2r00000100 2r00000000 \
+					       2r00001110 2r00000000 \
+					       2r00001110 2r00000000 \
+					       2r00011111 2r00000000 \
+					       2r00011111 2r00000000 \
+					       2r00111111 2r10000000 \
+					       2r00111111 2r10000000 \
+					       2r01111111 2r11000000 \
+					       2r00000000 2r00000000 \
+					       2r00000000 2r00000000] \
+					pad:8
+
+arrowButtonDownForm               Image extent:11@12 \
+					depth:1      \
+					bits:#[2r00000000 2r00000000 \
+					       2r00000000 2r00000000 \
+					       2r01111111 2r11000000 \
+					       2r00111111 2r10000000 \
+					       2r00111111 2r10000000 \
+					       2r00011111 2r00000000 \
+					       2r00011111 2r00000000 \
+					       2r00001110 2r00000000 \
+					       2r00001110 2r00000000 \
+					       2r00000100 2r00000000 \
+					       2r00000100 2r00000000 \
+					       2r00000000 2r00000000] \
+					pad:8
+
+arrowButtonLeftForm               Image extent:12@11 \
+					depth:1      \
+					bits:#[ \
+					       2r00000000 2r00000000 \
+					       2r00000000 2r01000000 \
+					       2r00000001 2r11000000 \
+					       2r00000111 2r11000000 \
+					       2r00011111 2r11000000 \
+					       2r01111111 2r11000000 \
+					       2r00011111 2r11000000 \
+					       2r00000111 2r11000000 \
+					       2r00000001 2r11000000 \
+					       2r00000000 2r11000000 \
+					       2r00000000 2r00000000 \
+					      ] \
+					pad:8
+
+arrowButtonRightForm              Image extent:12@11 \
+					depth:1      \
+					bits:#[ \
+					       2r00000000 2r00000000 \
+					       2r00100000 2r00000000 \
+					       2r00111000 2r00000000 \
+					       2r00111110 2r00000000 \
+					       2r00111111 2r10000000 \
+					       2r00111111 2r11100000 \
+					       2r00111111 2r10000000 \
+					       2r00111110 2r00000000 \
+					       2r00111000 2r00000000 \
+					       2r00100000 2r00000000 \
+					       2r00000000 2r00000000 \
+					      ] \
+					pad:8
+#endif