Re-added GetSelectProperty() to wxPropertyGridManager
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56238 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -466,6 +466,12 @@ public:
|
|||||||
/** Returns index to currently selected page. */
|
/** Returns index to currently selected page. */
|
||||||
int GetSelectedPage() const { return m_selPage; }
|
int GetSelectedPage() const { return m_selPage; }
|
||||||
|
|
||||||
|
/** Alias for GetSelection(). */
|
||||||
|
wxPGProperty* GetSelectedProperty() const
|
||||||
|
{
|
||||||
|
return GetSelection();
|
||||||
|
}
|
||||||
|
|
||||||
/** Shortcut for GetGrid()->GetSelection(). */
|
/** Shortcut for GetGrid()->GetSelection(). */
|
||||||
wxPGProperty* GetSelection() const
|
wxPGProperty* GetSelection() const
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user