wxWidgets3: update to svn r70933

This commit is contained in:
Shawn Hoffman
2012-03-17 18:12:27 -07:00
parent 0ed8af2287
commit a648aca65c
906 changed files with 39468 additions and 17244 deletions

View File

@ -2,7 +2,7 @@
// Name: wx/gtk/statbox.h
// Purpose:
// Author: Robert Roebling
// Id: $Id: statbox.h 67254 2011-03-20 00:14:35Z DS $
// Id: $Id: statbox.h 70738 2012-02-28 17:06:56Z PC $
// Copyright: (c) 1998 Robert Roebling
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
@ -40,7 +40,7 @@ public:
// implementation
virtual bool IsTransparentForMouse() const { return true; }
virtual bool GTKIsTransparentForMouse() const { return true; }
virtual void GetBordersForSizer(int *borderTop, int *borderOther) const;