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.xpm | |
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.xpm')
-rw-r--r-- | gtk/tree_plus.xpm | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gtk/tree_plus.xpm b/gtk/tree_plus.xpm new file mode 100644 index 0000000000..d0ba80ca25 --- /dev/null +++ b/gtk/tree_plus.xpm @@ -0,0 +1,18 @@ +/* XPM */ +static char *tree_plus[] = { +/* width height num_colors chars_per_pixel */ +" 9 9 2 1", +/* colors */ +". c #000000", +"# c #f8fcf8", +/* pixels */ +".........", +".#######.", +".###.###.", +".###.###.", +".#.....#.", +".###.###.", +".###.###.", +".#######.", +"........." +}; |