31#if wxCHECK_VERSION(3, 2, 0)
32#include <wx/bmpbndl.h>
42 static wxBitmap GetImage(wxWindow *win,
const wxString &name,
int width,
43 unsigned const char *data,
45 static wxBitmap GetQuestionmarkBitmap(wxWindow *win, wxSize siz);
46#if wxCHECK_VERSION(3, 2, 0)
47 static wxBitmapBundle GetQuestionmarkBundle(){
return m_questionmarkBundle;}
48 static wxBitmapBundle GetDivideCellBundle(){
return m_dividecellBundle;}
49 static wxBitmapBundle GetAddToWatchlistBundle(){
return m_addToWatchlistBundle;}
50 static wxBitmapBundle GetCellMergeBundle(){
return m_cellMergeBundle;}
52 static wxBitmapBundle m_questionmarkBundle;
53 static wxBitmapBundle m_dividecellBundle;
54 static wxBitmapBundle m_addToWatchlistBundle;
55 static wxBitmapBundle m_cellMergeBundle;
Definition: ArtProvider.h:39