Files
evolution/widgets/check-filled.xpm
Arturo Espinosa 710596ff99 Add missing files
svn path=/trunk/; revision=1448
1999-12-01 05:48:00 +00:00

23 lines
423 B
C

/* XPM */
static char * check_filled_xpm[] = {
"16 16 3 1",
" c None",
". c #000000",
"+ c #FF0000",
" ",
" .............. ",
" . . ",
" . + . ",
" . ++ . ",
" . ++ . ",
" . +++ . ",
" . +++ . ",
" . ++ +++ . ",
" . ++++++ . ",
" . +++++ . ",
" . +++ . ",
" . + . ",
" . . ",
" .............. ",
" "};