Fixed interpretation of selection and added selection/check notification

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37709 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2006-02-24 16:00:42 +00:00
parent 26e8da413c
commit f7273ce09a
2 changed files with 104 additions and 6 deletions

View File

@@ -65,6 +65,8 @@ public:
virtual bool IsSelected(int n) const;
virtual void SetString(int n, const wxString& s);
// Implementation
virtual bool MSWOnNotify(int idCtrl, WXLPARAM lParam, WXLPARAM *result);
protected:
void OnSize(wxSizeEvent& event);