fltk/fluid/flSubmenu.xpm
Matthias Melcher 41d14b074b Added icons to Fluid's menu and object list.
Previous version is tagged in cvs with
'pre_fluid_icon_changes'.


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2765 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-10-30 21:08:39 +00:00

30 lines
558 B
C

/* XPM */
static const char *flSubmenu_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 6 1",
/* colors */
"a c #606060",
". c #000000",
"c c none",
"d c #b0b0b0",
"e c #d0d0d0",
"f c #c0c0c0",
/* pixels */
"cccccccccccccccc",
"cccccccccccccccc",
"cccffffccccccccc",
"c.fffffffccccf.c",
"c.ffffffffffff.c",
"c.eeeeeeeeeeee.c",
"c.ee.eeeee.eee.c",
"c.e.e.eeee..ee.c",
"c.e...eeee...e.c",
"c.e.e.eeee..ee.c",
"c.e.e.eeee.eee.c",
"c.eeeeeeeee.....",
"c.fffffffff.ffff",
"c.fccccffff.ffff",
"cccccccccff.ffff",
"ccccccccccc.ffff"
};