]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/propgrid/manager.h
added a test to check if wxHtmlWindow::SelectionToText() inserts \n characters correctly
[wxWidgets.git] / include / wx / propgrid / manager.h
index 6ad03bbe3ce634b181787d3cc4e61b007c36ff3f..5459534ea7cea9b801403989d0f1cb9968d698af 100644 (file)
@@ -466,6 +466,12 @@ public:
     /** Returns index to currently selected page. */
     int GetSelectedPage() const { return m_selPage; }
 
+    /** Alias for GetSelection(). */
+    wxPGProperty* GetSelectedProperty() const
+    {
+        return GetSelection();
+    }
+
     /** Shortcut for GetGrid()->GetSelection(). */
     wxPGProperty* GetSelection() const
     {