f686d8ad4f
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32426 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
25 lines
489 B
C
25 lines
489 B
C
/* XPM */
|
|
static char *dir_up_xpm[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"16 15 4 1",
|
|
"@ c #000000",
|
|
" c None",
|
|
"* c Yellow",
|
|
": c Gray100",
|
|
/* pixels */
|
|
" ",
|
|
" @@@@@ ",
|
|
" @*:*:*@ ",
|
|
" @@@@@@@@@@@@@@ ",
|
|
" @:*:*:*:*:*:*:@",
|
|
" @*:*:@:*:*:*:*@",
|
|
" @:*:@@@:*:*:*:@",
|
|
" @*:@@@@@:*:*:*@",
|
|
" @:*:*@*:*:*:*:@",
|
|
" @*:*:@:*:*:*:*@",
|
|
" @:*:*@@@@@@:*:@",
|
|
" @*:*:*:*:*:*:*@",
|
|
" @:*:*:*:*:*:*:@",
|
|
" @@@@@@@@@@@@@@@",
|
|
" "};
|