view etc/images/sort-column-ascending.xpm @ 77035:e41186cc5b84

* cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node on Font locking which now mentions JIT lock.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 07 Apr 2007 17:05:51 +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",
"                        ",
"                        ",
"    ...                 ",
"   . ..                 ",
"     ..                 ",
"     ..                 ",
"     ..                 ",
"     ..                 ",
"     ..                 ",
"   .....   .            ",
"                        ",
"           .            ",
"                        ",
"           .            ",
"    ....                ",
"   ..  ..               ",
"   ..  ..               ",
"   ..  ..               ",
"    .....               ",
"       ..               ",
"   .  ...               ",
"   .....                ",
"                        ",
"                        "};