view etc/images/sort-row-ascending.xpm @ 93205:29c57be95740

(map_keymap_internal): New fun. (map_keymap): Use it. (Fmap_keymap_internal): New fun. (Fmap_keymap): Remove left-out test from before make_save_value.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 25 Mar 2008 20:12:54 +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",
"                     ",
"                     ",
"                     ",
"                     ",
"  ...         ....   ",
" . ..        ..  ..  ",
"   ..        ..  ..  ",
"   ..        ..  ..  ",
"   ..         .....  ",
"   ..            ..  ",
"   ..        .   ..  ",
" ..... . . . .....   ",
"                     ",
"                     ",
"                     ",
"                     ",
"                     "};