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
This commit is contained in:
Shawn Amundson
1997-12-17 23:41:42 +00:00
parent 865eab2445
commit 4de2665e8c
12 changed files with 2125 additions and 21 deletions

18
gtk/tree_minus.xpm Normal file
View File

@ -0,0 +1,18 @@
/* XPM */
static char *tree_minus[] = {
/* width height num_colors chars_per_pixel */
" 9 9 2 1",
/* colors */
". c #000000",
"# c #f8fcf8",
/* pixels */
".........",
".#######.",
".#######.",
".#######.",
".#.....#.",
".#######.",
".#######.",
".#######.",
"........."
};