]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/proplist.h
Further fixes to Dialog Editor; additions to .dsp files
[wxWidgets.git] / include / wx / proplist.h
index 023c0517669e5cf9df24835d2698b0c12b093ff4..de72221bbdd9b221673d70d9c4c299f3b7dc00b2 100644 (file)
@@ -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;