diff options
author | Shawn Amundson <amundson@src.gnome.org> | 1997-12-17 23:41:42 +0000 |
---|---|---|
committer | Shawn Amundson <amundson@src.gnome.org> | 1997-12-17 23:41:42 +0000 |
commit | 4de2665e8c3fc46afff354537d0d7b4566e5fcfe (patch) | |
tree | 13ae28c4e7170440c037e1a32d43506c66c2e7f3 /gtk/tree_plus.xbm | |
parent | 865eab2445848f79cab42eb0872efa383937cf35 (diff) | |
download | gtk+-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.xbm | 5 |
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}; |