mirror of https://github.com/BOINC/boinc.git
Updated Menu to build from project gui_urls data
svn path=/trunk/boinc/; revision=10573
This commit is contained in:
parent
609a57546e
commit
12098eff24
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue