Native wxStaticText. Cleaning of wxRadioBox code before native implementation. Events for wxButton, wxCheckBox, wxToggleButton, wxRadioButton sended from within wxTLW. Internal improvements in structure of wxControl. Pass full palm event to handlers (instead of ID only). Last palm control ID with value which allow portable IDs with wxMSW (according to comment in msw code).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31670 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -86,7 +86,7 @@ public:
|
||||
|
||||
#if wxUSE_MENUS_NATIVE
|
||||
bool HandleMenuOpen();
|
||||
bool HandleMenuSelect(int ItemID);
|
||||
bool HandleMenuSelect(EventType* event);
|
||||
#endif // wxUSE_MENUS_NATIVE
|
||||
|
||||
protected:
|
||||
@@ -118,7 +118,7 @@ protected:
|
||||
// handle WM_INITMENUPOPUP message
|
||||
bool HandleInitMenuPopup(WXHMENU hMenu);
|
||||
|
||||
virtual bool IsMDIChild() const { return FALSE; }
|
||||
virtual bool IsMDIChild() const { return false; }
|
||||
|
||||
// get default (wxWidgets) icon for the frame
|
||||
virtual WXHICON GetDefaultIcon() const;
|
||||
|
Reference in New Issue
Block a user