Renamed internal GetClientWindow to GetClientAreaWindow so

as not to clash with the MDI function of the same name


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16346 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2002-08-02 08:31:59 +00:00
parent 508d586ea2
commit f41bc3e3f3
5 changed files with 14 additions and 14 deletions

View File

@@ -107,8 +107,8 @@ public:
virtual WXWindow GetMainWindow() const;
// Get X11 window representing the client area
virtual WXWindow GetClientWindow() const;
virtual WXWindow GetClientAreaWindow() const;
void SetLastClick(int button, long timestamp)
{ m_lastButton = button; m_lastTS = timestamp; }