Fix the position calculating of insert a radio menu item

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77795 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2014-09-23 17:40:46 +00:00
parent 2e2ff9e8b0
commit 66ed21d69b
2 changed files with 67 additions and 2 deletions

View File

@@ -52,6 +52,8 @@ public:
void SetAsRadioGroupStart();
void SetRadioGroupStart(int start);
void SetRadioGroupEnd(int end);
int GetRadioGroupStart();
int GetRadioGroupEnd();
// wxUniv-specific methods for implementation only starting from here