git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16635
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// Returns the XRCID.
int GetID();
// Returns the XRCID.
int GetID();
- // Returns the wxArtID for a wxArtProvider-managed bitmap.
- wxArtID GetStockID(const wxString& param);
-
- // Returns the wxArtClient for a wxArtProvider-managed bitmap.
- wxArtClient GetStockClient(const wxString& param);
-
// Returns the resource name.
wxString GetName();
// Returns the resource name.
wxString GetName();
// Gets a bitmap.
wxBitmap GetBitmap(const wxString& param = wxT("bitmap"),
// Gets a bitmap.
wxBitmap GetBitmap(const wxString& param = wxT("bitmap"),
+ const wxArtClient& defaultArtClient = wxART_OTHER,
wxSize size = wxDefaultSize);
// Gets an icon.
wxIcon GetIcon(const wxString& param = wxT("icon"),
wxSize size = wxDefaultSize);
// Gets an icon.
wxIcon GetIcon(const wxString& param = wxT("icon"),
+ const wxArtClient& defaultArtClient = wxART_OTHER,
wxSize size = wxDefaultSize);
// Gets a font.
wxSize size = wxDefaultSize);
// Gets a font.
// Returns the XRCID.
int GetID();
// Returns the XRCID.
int GetID();
- // Returns the wxArtID for a wxArtProvider-managed bitmap.
- wxArtID GetStockID(const wxString& param);
-
- // Returns the wxArtClient for a wxArtProvider-managed bitmap.
- wxArtClient GetStockClient(const wxString& param);
-
// Returns the resource name.
wxString GetName();
// Returns the resource name.
wxString GetName();
// Gets a bitmap.
wxBitmap GetBitmap(const wxString& param = wxT("bitmap"),
// Gets a bitmap.
wxBitmap GetBitmap(const wxString& param = wxT("bitmap"),
+ const wxArtClient& defaultArtClient = wxART_OTHER,
wxSize size = wxDefaultSize);
// Gets an icon.
wxIcon GetIcon(const wxString& param = wxT("icon"),
wxSize size = wxDefaultSize);
// Gets an icon.
wxIcon GetIcon(const wxString& param = wxT("icon"),
+ const wxArtClient& defaultArtClient = wxART_OTHER,
wxSize size = wxDefaultSize);
// Gets a font.
wxSize size = wxDefaultSize);
// Gets a font.