add dots xpms

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5227 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2002-09-07 23:13:01 +00:00
parent 0666855b72
commit 14a6a7d683
5 changed files with 76 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-09-08 John Levon <levon@movementarian.org>
* images/math/: add dots XPMs
2002-09-07 John Levon <levon@movementarian.org> 2002-09-07 John Levon <levon@movementarian.org>
* ui/default.ui: add depth-decrement too as discussed * ui/default.ui: add depth-decrement too as discussed

11
lib/images/math/cdots.xpm Normal file
View File

@ -0,0 +1,11 @@
/* XPM */
static char *a[] = {
/* columns rows colors chars-per-pixel */
"10 2 3 1",
" c black",
". c #5972ff",
"X c None",
/* pixels */
"..XX..XX..",
"..XX..XX.."
};

17
lib/images/math/ddots.xpm Normal file
View File

@ -0,0 +1,17 @@
/* XPM */
static char *a[] = {
/* columns rows colors chars-per-pixel */
"8 8 3 1",
" c black",
". c #5972ff",
"X c None",
/* pixels */
"..XXXXXX",
"..XXXXXX",
"XXXXXXXX",
"XXX..XXX",
"XXX..XXX",
"XXXXXXXX",
"XXXXXX..",
"XXXXXX.."
};

25
lib/images/math/ldots.xpm Normal file
View File

@ -0,0 +1,25 @@
/* XPM */
static char * ldots_xpm[] = {
"10 20 2 1",
" c None",
". c #5972FF",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
".. .. ..",
".. .. ..",
" ",
" ",
" ",
" ",
" ",
" "};

19
lib/images/math/vdots.xpm Normal file
View File

@ -0,0 +1,19 @@
/* XPM */
static char *a[] = {
/* columns rows colors chars-per-pixel */
"2 10 3 1",
" c black",
". c #5972ff",
"X c None",
/* pixels */
"..",
"..",
"XX",
"XX",
"..",
"..",
"XX",
"XX",
"..",
".."
};