1 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
2 /// Name: WxCasPix Class
4 /// Purpose: Monitor aMule Online Statistics by reading amulesig.dat file
6 /// Author: ThePolish <thepolish@vipmail.ru>
8 /// Copyright (c) 2004-2011 ThePolish ( thepolish@vipmail.ru )
10 /// Derived from CAS by Pedro de Oliveira <falso@rdk.homeip.net>
12 /// Pixmaps from aMule http://www.amule.org
14 /// This program is free software; you can redistribute it and/or modify
15 /// it under the terms of the GNU General Public License as published by
16 /// the Free Software Foundation; either version 2 of the License, or
17 /// (at your option) any later version.
19 /// This program is distributed in the hope that it will be useful,
20 /// but WITHOUT ANY WARRANTY; without even the implied warranty of
21 /// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 /// GNU General Public License for more details.
24 /// You should have received a copy of the GNU General Public License
25 /// along with this program; if not, write to the
26 /// Free Software Foundation, Inc.,
27 /// 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
28 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
34 #include <wx/bitmap.h>
39 static const char *m_about_xpm
[];
40 static const char *m_prefs_xpm
[];
41 static const char *m_print_xpm
[];
42 static const char *m_refresh_xpm
[];
43 static const char *m_save_xpm
[];
44 static const char *m_stat_xpm
[];
45 static const char *m_stop_xpm
[];
47 static const char *m_wxcas_xpm
[];
51 static wxBitmap
getPixmap( const wxString
& name
);
54 #endif /* _WXCASPIX_H */
55 // File_checked_for_headers