X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2cb21a45403599781926c4972223e0bfdf56b184..6854c3fccb22b37bd8858dd3c3f01c968ee8608b:/samples/controls/icons/list.xpm diff --git a/samples/controls/icons/list.xpm b/samples/controls/icons/list.xpm index 57f985f436..a7da5be9c9 100644 --- a/samples/controls/icons/list.xpm +++ b/samples/controls/icons/list.xpm @@ -1,53 +1,27 @@ /* XPM */ static char * list_xpm[] = { -"64 48 2 1", -" c #FFFFFFFFFFFF", -". c #51515151FBFB", -" ", -" ", -" ", -" ", -" .. . ", -" . ", -" . . ", -" . .. ... .... ", -" . . . . . ", -" . . .. . ", -" . . .. . ", -" . . . . . ", -" ...... ... .. ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" .. . ", -" . ", -" . . ", -" . .. ... .... ", -" . . . . . ", -" . . .. . ", -" . . .. . ", -" . . . . . ", -" ...... ... .. ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" .. . ", -" . ", -" . . ", -" . .. ... .... ", -" . . . . . ", -" . . .. . ", -" . . .. . ", -" . . . . . ", -" ...... ... .. ", -" ", -" ", -" "}; +/* width height ncolors chars_per_pixel */ +"16 16 5 1", +/* colors */ +" s None c None", +". c #000000", +"+ c #c0c0c0", +"@ c #808080", +"# c #ffffff", +/* pixels */ +"@@@@@@@@@@@@@@@@", +"@..............@", +"@.##########+++@", +"@.##########+.+@", +"@.++++++++++...@", +"@.##########+++@", +"@.##########+++@", +"@.+++++++++++++@", +"@.##########+++@", +"@.##########+++@", +"@.+++++++++++++@", +"@.##########+++@", +"@.##########...@", +"@.##########+.+@", +"@.+++++++++++++@", +"@@@@@@@@@@@@@@@@"};