forked from AuroraMiddleware/gtk
4de2665e8c
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
19 lines
298 B
C
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 */
|
|
".........",
|
|
".#######.",
|
|
".###.###.",
|
|
".###.###.",
|
|
".#.....#.",
|
|
".###.###.",
|
|
".###.###.",
|
|
".#######.",
|
|
"........."
|
|
};
|