fix GetGridColLabelWindow() name

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57971 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-01-10 14:49:19 +00:00
parent 2cb5d2d2b7
commit 600e986ad7

View File

@@ -3251,7 +3251,7 @@ protected:
GetGridColHeader() to access it if you need wxHeaderCtrl-specific
functionality.
*/
wxWindow *GetGridWindow() const;
wxWindow *GetGridColLabelWindow() const;
/**
Return the window in the top left grid corner.