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/flRoundButton.xpm | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 fluid/flRoundButton.xpm (limited to 'fluid/flRoundButton.xpm') diff --git a/fluid/flRoundButton.xpm b/fluid/flRoundButton.xpm new file mode 100644 index 000000000..98fc4fe03 --- /dev/null +++ b/fluid/flRoundButton.xpm @@ -0,0 +1,30 @@ +/* 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.......", +"................", +"................", +"................" +}; -- cgit v1.2.3