Updated Menu to build from project gui_urls data

svn path=/trunk/boinc/; revision=10573
This commit is contained in:
Milos Travar 2006-07-05 21:12:39 +00:00
parent 609a57546e
commit 12098eff24
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,7 @@
#ifndef _STATIMAGELOADER_H_
#define _STATIMAGELOADER_H_
#include "sg_SkinClass.h"
class StatImageLoader : public wxWindow
@ -10,8 +11,9 @@ public:
wxMenu *statPopUpMenu;
//Skin Class
SkinClass *appSkin;
std::string prjUrl;
/// Constructors
StatImageLoader(wxWindow* parent);
StatImageLoader(wxWindow* parent, std::string url);
void LoadImage(const wxImage& image);
void CreateMenu();
void PopUpMenu(wxMouseEvent& event);