More work on getting wxLisBox events right

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53827 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2008-05-29 23:13:47 +00:00
parent 4081eb6fe2
commit 13d843f1c1
2 changed files with 45 additions and 41 deletions

View File

@@ -111,6 +111,8 @@ public:
GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
wxMacListControl* GetPeer() const;
bool MacGetBlockEvents() const { return m_blockEvents; }
protected:
virtual void DoClear();
@@ -135,6 +137,8 @@ protected:
virtual wxSize DoGetBestSize() const;
bool m_blockEvents;
private:
DECLARE_DYNAMIC_CLASS(wxListBox)
DECLARE_EVENT_TABLE()