git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29080
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
virtual bool DeleteAllPages();
virtual bool DeleteAllPages();
+ wxListView* GetListView() { return m_list; }
+
protected:
virtual wxWindow *DoRemovePage(size_t page);
protected:
virtual wxWindow *DoRemovePage(size_t page);
// returns True if we have wxLB_TOP or wxLB_BOTTOM style
bool IsVertical() const;
// returns True if we have wxLB_TOP or wxLB_BOTTOM style
bool IsVertical() const;
+ wxListView* GetListView();