view etc/images/sort-column-ascending.xpm @ 99692:8b12949a4a19

* windows.texi (Window Hooks): Remove *-end-trigger-functions vars, which are obsolete. Mention jit-lock-register. * modes.texi (Other Font Lock Variables): Document jit-lock-register and jit-lock-unregister.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 18 Nov 2008 18:08:43 +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",
"                        ",
"                        ",
"    ...                 ",
"   . ..                 ",
"     ..                 ",
"     ..                 ",
"     ..                 ",
"     ..                 ",
"     ..                 ",
"   .....   .            ",
"                        ",
"           .            ",
"                        ",
"           .            ",
"    ....                ",
"   ..  ..               ",
"   ..  ..               ",
"   ..  ..               ",
"    .....               ",
"       ..               ",
"   .  ...               ",
"   .....                ",
"                        ",
"                        "};