Initial revision
authorclaus
Tue, 26 Apr 1994 15:00:27 +0200
changeset 28 b74c5af797f6
parent 27 a7dd7c7528a9
child 29 50eff3d4b09a
Initial revision
bitmaps/ScrollDn.xbm
bitmaps/ScrollUp.xbm
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bitmaps/ScrollDn.xbm	Tue Apr 26 15:00:27 1994 +0200
@@ -0,0 +1,8 @@
+#define ScrollDn_width 16
+#define ScrollDn_height 16
+#define ScrollDn_x_hot -1
+#define ScrollDn_y_hot -1
+static char ScrollDn_bits[] = {
+   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x1f, 0xf8, 0x1f, 0xf0, 0x0f,
+   0xf0, 0x0f, 0xe0, 0x07, 0xe0, 0x07, 0xc0, 0x03, 0xc0, 0x03, 0x80, 0x01,
+   0x80, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bitmaps/ScrollUp.xbm	Tue Apr 26 15:00:27 1994 +0200
@@ -0,0 +1,8 @@
+#define ScrollUp_width 16
+#define ScrollUp_height 16
+#define ScrollUp_x_hot -1
+#define ScrollUp_y_hot -1
+static char ScrollUp_bits[] = {
+   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x01, 0x80, 0x01, 0xc0, 0x03,
+   0xc0, 0x03, 0xe0, 0x07, 0xe0, 0x07, 0xf0, 0x0f, 0xf0, 0x0f, 0xf8, 0x1f,
+   0xf8, 0x1f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};