mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-18 09:00:34 +00:00
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
6 lines
181 B
C
6 lines
181 B
C
#define tree_plus_width 9
|
|
#define tree_plus_height 9
|
|
static char tree_plus_bits[] = {
|
|
0xff,0xff,0x01,0xff,0x11,0xff,0x11,0xff,0x7d,0xff,0x11,0xff,0x11,0xff,0x01,
|
|
0xff,0xff,0xff};
|