fltk/fluid/pixmaps/flRoundButton.xpm
Michael R Sweet f841b45087 Sigh...
Remove CR's from XPM files.


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2827 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-11-07 13:29:01 +00:00

31 lines
559 B
C

/* XPM */
static const char *flRoundButton_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 7 1",
/* colors */
"a c #606060",
"b c #2020ff",
". c none",
"d c #ffffff",
"e c #8080ff",
"f c #d0d0d0",
"# c #000000",
/* pixels */
"................",
"................",
"......aaa.......",
"....aadddaa.....",
"...adddddddf....",
"...add###ddf....",
"..add#####ddf...",
"..add#####ddf...",
"..add#####ddf...",
"...add###ddf....",
"...adddddddf....",
"....ffdddff.....",
"......fff.......",
"................",
"................",
"................"
};