summaryrefslogtreecommitdiff
path: root/gtk/tree_plus.xbm
diff options
context:
space:
mode:
authorShawn Amundson <amundson@src.gnome.org>1997-12-17 23:41:42 +0000
committerShawn Amundson <amundson@src.gnome.org>1997-12-17 23:41:42 +0000
commit4de2665e8c3fc46afff354537d0d7b4566e5fcfe (patch)
tree13ae28c4e7170440c037e1a32d43506c66c2e7f3 /gtk/tree_plus.xbm
parent865eab2445848f79cab42eb0872efa383937cf35 (diff)
downloadgtk+-4de2665e8c3fc46afff354537d0d7b4566e5fcfe.tar.gz
Tree widget implementation by Bolliet Jerome.
There is also another tree widget implementation by AOSASA Shigeru <aozasa@sakuranet.or.jp>: ftp://ftp.gimp.org/pub/gtk/contrib/gtk-shige-971216-0.tar.gz -Shawn
Diffstat (limited to 'gtk/tree_plus.xbm')
-rw-r--r--gtk/tree_plus.xbm5
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk/tree_plus.xbm b/gtk/tree_plus.xbm
new file mode 100644
index 0000000000..e512116d82
--- /dev/null
+++ b/gtk/tree_plus.xbm
@@ -0,0 +1,5 @@
+#define tree_plus_width 9
+#define tree_plus_height 9
+static char tree_plus_bits[] = {
+ 0xff,0xff,0x01,0xff,0x11,0xff,0x11,0xff,0x7d,0xff,0x11,0xff,0x11,0xff,0x01,
+ 0xff,0xff,0xff};