view etc/images/sort-row-ascending.xpm @ 76023:70e00d4c1216

(list-buffers-noselect): Use explicit unicode code rather than the corresponding unicode char, to make the code more readable.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 19 Feb 2007 15:46:25 +0000
parents ed7704221f2b
children
line wrap: on
line source

/* XPM */
static char * stock_sort_row_ascending_xpm[] = {
"21 17 2 1",
" 	c None",
".	c #000000",
"                     ",
"                     ",
"                     ",
"                     ",
"  ...         ....   ",
" . ..        ..  ..  ",
"   ..        ..  ..  ",
"   ..        ..  ..  ",
"   ..         .....  ",
"   ..            ..  ",
"   ..        .   ..  ",
" ..... . . . .....   ",
"                     ",
"                     ",
"                     ",
"                     ",
"                     "};