From 41d14b074b64b4d55d09b3b6633972d9b069bc64 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Wed, 30 Oct 2002 21:08:39 +0000 Subject: 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 --- fluid/flTextDisplay.xpm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 fluid/flTextDisplay.xpm (limited to 'fluid/flTextDisplay.xpm') diff --git a/fluid/flTextDisplay.xpm b/fluid/flTextDisplay.xpm new file mode 100644 index 000000000..50324f00b --- /dev/null +++ b/fluid/flTextDisplay.xpm @@ -0,0 +1,29 @@ +/* XPM */ +static const char *flTextDisplay_xpm[] = { +/* width height ncolors chars_per_pixel */ +"16 16 6 1", +/* colors */ +"f c #606060", +". c #000000", +"c c none", +"d c #d0d0d0", +"e c #8080ff", +"a c #d0d0d0", +/* pixels */ +"cccccccccccccccc", +"ffffffffffffffff", +"fdddddddddddddda", +"fdd...ddddddddda", +"fd.ddd.dddddddda", +"fd.ddd.dddddddda", +"fd.....dddddddda", +"fd.ddd.dddddddda", +"fd.ddd.dddddddda", +"fdddddddddddddda", +"fdddddddddddddda", +"fdddddddddddddda", +"fdddddddddddddda", +"fdddddddddddddda", +"aaaaaaaaaaaaaaaa", +"cccccccccccccccc" +}; -- cgit v1.2.3