view etc/images/sort-column-ascending.xpm @ 99326:100dbcced8f3

(save-selected-window-norecord): New macro (walk-windows): Use save-selected-window-norecord and call select-window with NORECORD set. (Bug#1237) (set-window-text-height, fit-window-to-buffer): Use save-selected-window-norecord and call select-window with NORECORD set.
author Martin Rudalics <rudalics@gmx.at>
date Sun, 02 Nov 2008 11:02:24 +0000
parents ed7704221f2b
children
line wrap: on
line source

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