add better info icon.

This commit is contained in:
Charles Kerr 2007-07-28 04:56:12 +00:00
parent f734d90668
commit ed3ecee2eb
4 changed files with 148 additions and 2 deletions

View File

@ -3,6 +3,8 @@ EXTRA_DIST = \
exec.xpm \
fileopen.png \
fileopen.xpm \
gtk-info.png \
gtk-info.xpm \
gtk-properties.png \
gtk-properties.xpm \
gtk-remove.png \

BIN
wx/images/gtk-info.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 966 B

144
wx/images/gtk-info.xpm Normal file
View File

@ -0,0 +1,144 @@
/* XPM */
static char * gtk_info_xpm[] = {
"24 24 117 2",
" c None",
". c #222427",
"+ c #1B1E22",
"@ c #181C20",
"# c #181C1F",
"$ c #17191B",
"% c #292D30",
"& c #555B61",
"* c #909EAC",
"= c #8EA2B9",
"- c #8BA2BA",
"; c #8CA2BB",
"> c #8AA1BA",
", c #859AB2",
"' c #6B7A8B",
") c #394048",
"! c #141518",
"~ c #30363C",
"{ c #86929F",
"] c #92A6BD",
"^ c #819AB5",
"/ c #7590AE",
"( c #829AB3",
"_ c #606B77",
": c #212428",
"< c #41464C",
"[ c #92A0AD",
"} c #8EA3BC",
"| c #8199B2",
"1 c #6E7C8B",
"2 c #23282C",
"3 c #1E2126",
"4 c #87919D",
"5 c #889FB8",
"6 c #7792AF",
"7 c #FFFFFF",
"8 c #7691AF",
"9 c #8198B3",
"0 c #6A7683",
"a c #1C1F21",
"b c #626971",
"c c #89A0B8",
"d c #8097B1",
"e c #333B43",
"f c #202325",
"g c #717D89",
"h c #506378",
"i c #0B0E11",
"j c #27292D",
"k c #90A5BB",
"l c #68809B",
"m c #0F1215",
"n c #393E44",
"o c #93A8BF",
"p c #677F9A",
"q c #0E1015",
"r c #393F44",
"s c #68819B",
"t c #0F1418",
"u c #3A3E44",
"v c #93A8C0",
"w c #6C85A1",
"x c #0F1217",
"y c #3C4046",
"z c #91A5BB",
"A c #60768F",
"B c #0C0F13",
"C c #27292B",
"D c #8F9FB0",
"E c #7D96B2",
"F c #728CA9",
"G c #445466",
"H c #080A0C",
"I c #6B747C",
"J c #8EA4BB",
"K c #7791AF",
"L c #748FAD",
"M c #637A94",
"N c #212933",
"O c #23272D",
"P c #8A97A6",
"Q c #7F98B4",
"R c #708AA7",
"S c #475769",
"T c #434A51",
"U c #9AA7B6",
"V c #7892B0",
"W c #6A839E",
"X c #4C5D71",
"Y c #191F26",
"Z c #353D45",
"` c #8896A4",
" . c #91A6BD",
".. c #7C96B2",
"+. c #69829D",
"@. c #415061",
"#. c #191E25",
"$. c #1F232A",
"%. c #5E6772",
"&. c #788A9E",
"*. c #839AB3",
"=. c #7C93AD",
"-. c #6F89A6",
";. c #6D86A3",
">. c #647B95",
",. c #4D5F73",
"'. c #2E3945",
"). c #0D1014",
"!. c #0D0F11",
"~. c #282D33",
"{. c #323940",
"]. c #2A3139",
"^. c #222B34",
"/. c #202932",
"(. c #1D232B",
"_. c #12161C",
":. c #030405",
" ",
" ",
" . + @ @ # @ $ ",
" % & * = - ; > , ' ) ! ",
" ~ { ] ^ / / / / / / ( _ : ",
" < [ } / / / / / / / / / | 1 2 ",
" 3 4 5 6 / / / 7 7 7 / / / 8 9 0 a ",
" b c / / / / / 7 7 7 / / / / / d e ",
" f g ^ / / / / / 7 7 7 / / / / / / h i ",
" j k / / / / / / / / / / / / / / / l m ",
" n o / / / / / 7 7 7 7 / / / / / / p q ",
" r o / / / / / 7 7 7 7 / / / / / / s t ",
" u v / / / / / / 7 7 7 / / / / / / w x ",
" y z / / / / / / 7 7 7 / / / / / / A B ",
" C D E / / / / / 7 7 7 / / / / / F G H ",
" I J K / / / / 7 7 7 / / / / L M N ",
" O P Q / / / / 7 7 7 / / / / R S x ",
" T U Q V / / / / / / / L W X Y ",
" Z ` .../ / / / / F +.@.#. ",
" $.%.&.*.=.-.;.>.,.'.). ",
" !.~.{.].^./.(._.:. ",
" ",
" ",
" "};

View File

@ -43,7 +43,7 @@ extern "C"
#include <images/exec.xpm>
#include <images/fileopen.xpm>
#include <images/gtk-properties.xpm>
#include <images/gtk-info.xpm>
#include <images/gtk-remove.xpm>
#include <images/stop.xpm>
#include <images/systray.xpm>
@ -555,7 +555,7 @@ MyFrame :: MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size
wxIcon exec_icon( exec_xpm );
wxIcon stop_icon( stop_xpm );
wxIcon drop_icon( gtk_remove_xpm );
wxIcon info_icon( gtk_properties_xpm );
wxIcon info_icon( gtk_info_xpm );
wxBitmap bitmap;
wxToolBar* toolbar = CreateToolBar( wxNO_BORDER | wxTB_HORIZONTAL | wxTB_FLAT | wxTB_TEXT );