From e7fde0351edf4aa8f3170faa47e4bf7653fa467b Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Mon, 14 Apr 2008 02:09:54 +0000 Subject: add stock icons for expert info and flow graph svn path=/trunk/; revision=25012 --- image/toolbar/expert_info_16.xpm | 87 ++++++++++++++++++++++++++++++++++++++++ image/toolbar/flow_graph_16.xpm | 21 ++++++++++ 2 files changed, 108 insertions(+) create mode 100644 image/toolbar/expert_info_16.xpm create mode 100644 image/toolbar/flow_graph_16.xpm (limited to 'image') 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", +" . . ", +" . . ", +" .. . ", +" . .. . ", +" . .. .. . ", +" . .... . ", +" . ...... ", +" . . ", +" . . ", +" . . ", +" . ... ", +" . . ... . ", +" . .. .. . ", +" . ... . ", +" ...... . ", +" . . "}; -- cgit v1.2.3