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:
parent
241d5f3d34
commit
e572631fe1
@ -111,6 +111,8 @@ public:
|
||||
|
||||
virtual bool DeleteAllPages();
|
||||
|
||||
wxListView* GetListView() { return m_list; }
|
||||
|
||||
protected:
|
||||
virtual wxWindow *DoRemovePage(size_t page);
|
||||
|
||||
|
@ -321,6 +321,7 @@ public:
|
||||
// returns True if we have wxLB_TOP or wxLB_BOTTOM style
|
||||
bool IsVertical() const;
|
||||
|
||||
wxListView* GetListView();
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user