]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/docview.h
Add SetMinSize and SetMaxSize to go along with the Get's already there.
[wxWidgets.git] / include / wx / docview.h
index 08a9a3ce4440ee977a0c85c792a4e444d8a46cf8..0d005d04b6c4717117bc9d05df7b27c2575f2d20 100644 (file)
@@ -276,6 +276,9 @@ public:
 
     bool IsVisible() const { return ((m_flags & wxTEMPLATE_VISIBLE) == wxTEMPLATE_VISIBLE); }
 
+    wxClassInfo* GetDocClassInfo() const { return m_docClassInfo; }
+    wxClassInfo* GetViewClassInfo() const { return m_viewClassInfo; }
+
     virtual bool FileMatchesTemplate(const wxString& path);
 
 protected: