Files
wxWidgets/art/listview.xpm
Vadim Zeitlin 1813c06b6b cropped icons to 16*16 (patch 1151163)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32422 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-27 15:57:19 +00:00

25 lines
473 B
C

/* XPM */
static char * listview_xpm[] = {
"16 16 5 1",
" c None",
". c #000000",
"+ c #FFFFFF",
"@ c #000083",
"# c #838183",
"................",
".++++++++++++++.",
".+@@+++++@@++++.",
".+@+@+.#+@+@+.+.",
".+@@@++++@@@+++.",
".++++++++++++++.",
".++++++++++++++.",
".+@@+++++@@++++.",
".+@+@+.#+@+@+.+.",
".+@@@++++@@@+++.",
".++++++++++++++.",
".++++++++++++++.",
".+@@+++++@@++++.",
".+@+@+.#+@+@+.+.",
".+@@@++++@@@+++.",
"................"};