Removed intermediate wxPanel from wxPropertyGrid.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62358 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli
2009-10-10 09:52:44 +00:00
parent 8e6efd1fd2
commit 39e4e221dd
4 changed files with 113 additions and 195 deletions

View File

@@ -583,7 +583,7 @@ public:
Returns wxWindow that the properties are painted on, and which should be
used as the parent for editor controls.
*/
wxPanel* GetPanel() const;
wxWindow* GetPanel();
/**
Returns current category caption background colour.