aboutsummaryrefslogtreecommitdiffstats
path: root/image
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2008-04-14 02:09:54 +0000
committerUlf Lamping <ulf.lamping@web.de>2008-04-14 02:09:54 +0000
commite7fde0351edf4aa8f3170faa47e4bf7653fa467b (patch)
treedadadff241cc05c285610cd05d3d0c55e706f795 /image
parentbf8f1e2faa4e0b3e915c3d68a677030c139940e1 (diff)
add stock icons for expert info and flow graph
svn path=/trunk/; revision=25012
Diffstat (limited to 'image')
-rw-r--r--image/toolbar/expert_info_16.xpm87
-rw-r--r--image/toolbar/flow_graph_16.xpm21
2 files changed, 108 insertions, 0 deletions
diff --git a/image/toolbar/expert_info_16.xpm b/image/toolbar/expert_info_16.xpm
new file mode 100644
index 0000000000..c5ad721c7b
--- /dev/null
+++ b/image/toolbar/expert_info_16.xpm
@@ -0,0 +1,87 @@
+/* XPM */
+const static char * expert_info_16_xpm[] = {
+"16 16 68 1",
+" c None",
+". c #FEFEFE",
+"+ c #FCFCFC",
+"@ c #BCBCBC",
+"# c #A5A4A2",
+"$ c #B3B3B2",
+"% c #F5F5F5",
+"& c #F6F6F6",
+"* c #969285",
+"= c #E4D496",
+"- c #F7E9AA",
+"; c #EAD992",
+"> c #B2A578",
+", c #CCCCCC",
+"' c #AFAEAC",
+") c #EDDC98",
+"! c #F9F3DC",
+"~ c #FAF6E8",
+"{ c #F9EDBA",
+"] c #F1DF8E",
+"^ c #99906F",
+"/ c #F9F9F9",
+"( c #B1AEA4",
+"_ c #F4E39B",
+": c #FAF6E7",
+"< c #F9F4E3",
+"[ c #F6EABA",
+"} c #F6E494",
+"| c #B5A76D",
+"1 c #D3D3D3",
+"2 c #FDFDFD",
+"3 c #B0B0AF",
+"4 c #EAD995",
+"5 c #FAF5E3",
+"6 c #F9F0CD",
+"7 c #F3E6AD",
+"8 c #F1DF8F",
+"9 c #988C5B",
+"0 c #ECECEC",
+"a c #F6F6F5",
+"b c #B7AB7B",
+"c c #F8F1D7",
+"d c #F3E5A9",
+"e c #E9D88F",
+"f c #CFBE76",
+"g c #938F7E",
+"h c #B6B6B3",
+"i c #918C79",
+"j c #AFA684",
+"k c #D3C17B",
+"l c #95895A",
+"m c #8A8880",
+"n c #EBEBEB",
+"o c #535350",
+"p c #9B9B97",
+"q c #959591",
+"r c #55544F",
+"s c #484846",
+"t c #969692",
+"u c #888885",
+"v c #4C4C4B",
+"w c #0E0E0C",
+"x c #494946",
+"y c #737371",
+"z c #3B3B39",
+"A c #1B1B18",
+"B c #0E0E0D",
+"C c #242422",
+" ",
+" ",
+" ... ",
+" +@#$%. ",
+" &*=-;>,. ",
+" .')!~{]^/ ",
+" .(_:<[}|1 ",
+" 234567890 ",
+" abcdefg. ",
+" hijklmn ",
+" opqr#2 ",
+" stuv ",
+" wxyz ",
+" ABC ",
+" ",
+" "};
diff --git a/image/toolbar/flow_graph_16.xpm b/image/toolbar/flow_graph_16.xpm
new file mode 100644
index 0000000000..213ab0e8db
--- /dev/null
+++ b/image/toolbar/flow_graph_16.xpm
@@ -0,0 +1,21 @@
+/* XPM */
+const static char * flow_graph_16_xpm[] = {
+"16 16 2 1",
+" c None",
+". c #000000",
+" . . ",
+" . . ",
+" .. . ",
+" . .. . ",
+" . .. .. . ",
+" . .... . ",
+" . ...... ",
+" . . ",
+" . . ",
+" . . ",
+" . ... ",
+" . . ... . ",
+" . .. .. . ",
+" . ... . ",
+" ...... . ",
+" . . "};