mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 20:32:49 +00:00
dc8bba7918
ControlMath.C: cleanup order of symbols in math panel iconpalette.C: 6 cols since many symbols come in pairs Rrightarrow.xpm: was missing searrow.xpm: was north east swarrow.xpm: was north west git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16316 a592a061-630c-0410-9148-cb99ea01b6c8
29 lines
632 B
C
29 lines
632 B
C
/* XPM */
|
|
static char *swarrow[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"21 20 2 1",
|
|
" c black",
|
|
". c None",
|
|
/* pixels */
|
|
"................... ",
|
|
".................. .",
|
|
"................. ..",
|
|
"................ ...",
|
|
"............... ....",
|
|
".............. .....",
|
|
"............. ......",
|
|
"............ .......",
|
|
"........... ........",
|
|
".......... .........",
|
|
"......... ..........",
|
|
"........ ...........",
|
|
" ...... ............",
|
|
" .... .............",
|
|
" .. ..............",
|
|
" . ...............",
|
|
" ................",
|
|
" .................",
|
|
" ...............",
|
|
" .............."
|
|
};
|