wxWindow::GetClientAreaOrigin duplicated wxWindowBase method.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31887 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -188,10 +188,6 @@ public:
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
// For implementation purposes - sometimes decorations make the client area
|
|
||||||
// smaller
|
|
||||||
virtual wxPoint GetClientAreaOrigin(void) const;
|
|
||||||
|
|
||||||
// Windows subclassing
|
// Windows subclassing
|
||||||
void SubclassWin(WXHWND hWnd);
|
void SubclassWin(WXHWND hWnd);
|
||||||
void UnsubclassWin(void);
|
void UnsubclassWin(void);
|
||||||
|
@@ -1786,11 +1786,6 @@ void wxWindowOS2::DoSetClientSize(
|
|||||||
GetEventHandler()->ProcessEvent(vEvent);
|
GetEventHandler()->ProcessEvent(vEvent);
|
||||||
} // end of wxWindowOS2::DoSetClientSize
|
} // end of wxWindowOS2::DoSetClientSize
|
||||||
|
|
||||||
wxPoint wxWindowOS2::GetClientAreaOrigin() const
|
|
||||||
{
|
|
||||||
return wxPoint(0, 0);
|
|
||||||
} // end of wxWindowOS2::GetClientAreaOrigin
|
|
||||||
|
|
||||||
// ---------------------------------------------------------------------------
|
// ---------------------------------------------------------------------------
|
||||||
// text metrics
|
// text metrics
|
||||||
// ---------------------------------------------------------------------------
|
// ---------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user