mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 22:10:08 +00:00
19 lines
304 B
C
19 lines
304 B
C
/* XPM */
|
|
static const char *tree_plus[] = {
|
|
/* width height num_colors chars_per_pixel */
|
|
" 9 9 2 1",
|
|
/* colors */
|
|
". c #000000",
|
|
"# c #f8fcf8",
|
|
/* pixels */
|
|
".........",
|
|
".#######.",
|
|
".###.###.",
|
|
".###.###.",
|
|
".#.....#.",
|
|
".###.###.",
|
|
".###.###.",
|
|
".#######.",
|
|
"........."
|
|
};
|