Added menu icon methods everywhere

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16464 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-08-12 17:44:11 +00:00
parent e118897acb
commit 04c883f8c9
4 changed files with 89 additions and 8 deletions

View File

@@ -827,18 +827,18 @@ public:
wxColour GetBackgroundColour();
void SetBitmaps(const wxBitmap& bmpChecked,
const wxBitmap& bmpUnchecked = wxNullBitmap);
void SetBitmap(const wxBitmap& bmpChecked);
wxBitmap GetBitmap(bool bChecked = TRUE);
//void SetBitmap(const wxBitmap& bmpChecked);
//wxBitmap GetBitmap(bool bChecked = TRUE);
void SetMarginWidth(int nWidth);
int GetMarginWidth();
static int GetDefaultMarginWidth();
//void SetName(const wxString& strName);
//const wxString& GetName();
//void SetCheckable(bool checkable);
//bool IsCheckable();
bool IsOwnerDrawn();
void ResetOwnerDrawn();
#endif
void SetBitmap(const wxBitmap& bitmap);
const wxBitmap& GetBitmap();
};
//---------------------------------------------------------------------------