bitmaps/HandleNext.xpm
author Claus Gittinger <cg@exept.de>
Thu, 26 Mar 2015 11:34:07 +0100
changeset 5329 b0d49e624821
parent 1530 9d1da6aabffc
permissions -rw-r--r--
class: GenericToolbarIconLibrary added: #bookmarks16x16 #clockPink13x13Icon changed: #timeClassBrowserIcon (send #clockPink13x13Icon instead of #clock16x16Icon) category of: #clock13x13Icon #console13x13Icon

/* XPM */
static char *HandleNext_xpm[] = {
/* width height ncolors chars_per_pixel */
"7 7 4 1",
/* colors */
"a c black",
"b c white",
"c c #555555",
"d c #aaaaaa",
/* pixels */
"dcaaadd",
"caccccd",
"accdddd",
"acddbbd",
"acdbbbd",
"dcdbbdd",
"ddddddd",
};