X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2c41c4404c0d4ec0a0095bc31ab6cc732f2126c1..794bcc2dea743ac907b839f54e451847c9ea4b72:/include/wx/proplist.h diff --git a/include/wx/proplist.h b/include/wx/proplist.h index 023c051766..de72221bbd 100644 --- a/include/wx/proplist.h +++ b/include/wx/proplist.h @@ -345,6 +345,7 @@ class WXDLLEXPORT wxPropertyListFrame: public wxFrame virtual bool Initialize(void); virtual wxPropertyListPanel *OnCreatePanel(wxFrame *parent, wxPropertyListView *v); inline virtual wxPropertyListPanel *GetPropertyPanel(void) const { return m_propertyPanel; } + inline wxPropertyListView* GetView() const { return m_view; } private: wxPropertyListView* m_view;