gtk2/gtk/tree_plus.xpm
Shawn Amundson 4de2665e8c 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
1997-12-17 23:41:42 +00:00

19 lines
298 B
C

/* XPM */
static char *tree_plus[] = {
/* width height num_colors chars_per_pixel */
" 9 9 2 1",
/* colors */
". c #000000",
"# c #f8fcf8",
/* pixels */
".........",
".#######.",
".###.###.",
".###.###.",
".#.....#.",
".###.###.",
".###.###.",
".#######.",
"........."
};