Remove wxPGClipperWindow, use wxBORDER_NONE instead of wxNO_BORDER

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56055 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli
2008-10-03 15:23:00 +00:00
parent 58481138c8
commit 7adf8bf391
3 changed files with 4 additions and 278 deletions

View File

@@ -1178,16 +1178,9 @@ public:
const wxPGProperty* p2 ) const;
/** Returns pointer to current active primary editor control (NULL if none).
If editor uses clipper window, pointer is returned to the actual
editor, not the clipper.
*/
wxWindow* GetEditorControl() const;
/** Adjusts given position if topCtrlWnd is child of clipper window.
*/
bool AdjustPosForClipperWindow( wxWindow* topCtrlWnd, int* x, int* y );
wxWindow* GetPrimaryEditor() const
{
return GetEditorControl();