bitmap support factored

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@46180 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2007-05-23 04:19:39 +00:00
parent 2693d8c121
commit a684b88f30
3 changed files with 13 additions and 2 deletions

View File

@@ -47,6 +47,8 @@ public:
void UpdateItemBitmap() ;
void UpdateItemText() ;
void UpdateItemStatus() ;
void DoUpdateItemBitmap( WXHMENU menu, wxUint16 index) ;
// mark item as belonging to the given radio group
void SetAsRadioGroupStart();