wxListBox mouse events now report coords relative
to the whole list box. wxRadioButton doesn't emit any event when unpressed. Similar correction to wxRadioBox and wxToggleButton. Upported change to wxMenuEvent so that the id is set in the constructor. Otherwise the EVT_MENU macro is pretty useless. Already in 2.2.8. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12358 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -193,6 +193,7 @@ public:
|
||||
bool m_resizing:1;
|
||||
bool m_isStaticBox:1; // faster than IS_KIND_OF
|
||||
bool m_isRadioButton:1; // faster than IS_KIND_OF
|
||||
bool m_isListBox:1; // faster than IS_KIND_OF
|
||||
bool m_isFrame:1; // faster than IS_KIND_OF
|
||||
bool m_acceptsFocus:1; // not wxStaticBox, not wxStaticBitmap etc.
|
||||
bool m_isScrolling;
|
||||
|
Reference in New Issue
Block a user