view etc/images/close.xpm @ 68602:cad657a1f438

(mh-image-load-path, mh-image-load-path-called-flag) (mh-image-load-path): Checkdoc fix. Docstring edits. Reduce scope of local variable mh-library-name.
author Bill Wohler <wohler@newt.com>
date Fri, 03 Feb 2006 23:02:51 +0000
parents 28718fa5d988
children
line wrap: on
line source

/* XPM */
static char * close_xpm[] = {
"24 24 2 1",
" 	c None",
".	c #000000",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"       .      .         ",
"        .    ...        ",
"        ..  ....        ",
"         .. ...         ",
"         .....          ",
"          ...           ",
"         .....          ",
"        .......         ",
"       ...  ....        ",
"      ...    ....       ",
"     ...      ..        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        "};