summaryrefslogtreecommitdiff
path: root/fluid/flLightButton.xpm
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2002-10-30 21:08:39 +0000
committerMatthias Melcher <fltk@matthiasm.com>2002-10-30 21:08:39 +0000
commit41d14b074b64b4d55d09b3b6633972d9b069bc64 (patch)
treef09f1e9d0e57eb99854258fe114fb57d80fbc294 /fluid/flLightButton.xpm
parent299ebf295a9f729f68d1ad3b923cef9e6747132c (diff)
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
Diffstat (limited to 'fluid/flLightButton.xpm')
-rw-r--r--fluid/flLightButton.xpm29
1 files changed, 29 insertions, 0 deletions
diff --git a/fluid/flLightButton.xpm b/fluid/flLightButton.xpm
new file mode 100644
index 000000000..c350d7007
--- /dev/null
+++ b/fluid/flLightButton.xpm
@@ -0,0 +1,29 @@
+/* XPM */
+static const char *flLightButton_xpm[] = {
+/* width height ncolors chars_per_pixel */
+"16 16 6 1",
+/* colors */
+"a c #606060",
+"b c #ffff00",
+"c c none",
+"d c #a0a0a0",
+"e c #8080ff",
+"f c #d0d0d0",
+/* pixels */
+"cccccccccccccccc",
+"cccccccccccccccc",
+"cccccccccccccccc",
+"cccccccccccccccc",
+"ffffffffffffffac",
+"fdddddddddddddac",
+"fdaaaaddddddddac",
+"fdabbfddddddddac",
+"fdabbfddddddddac",
+"fdafffddddddddac",
+"fdddddddddddddac",
+"aaaaaaaaaaaaaaac",
+"cccccccccccccccc",
+"cccccccccccccccc",
+"cccccccccccccccc",
+"cccccccccccccccc"
+};