Added GetListView accessor

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29080 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2004-09-10 20:01:02 +00:00
parent 241d5f3d34
commit e572631fe1
2 changed files with 3 additions and 0 deletions

View File

@ -111,6 +111,8 @@ public:
virtual bool DeleteAllPages();
wxListView* GetListView() { return m_list; }
protected:
virtual wxWindow *DoRemovePage(size_t page);

View File

@ -321,6 +321,7 @@ public:
// returns True if we have wxLB_TOP or wxLB_BOTTOM style
bool IsVertical() const;
wxListView* GetListView();
};