making it obvious method is virtual, factoring out GrowBox painting

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@49296 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2007-10-21 18:03:35 +00:00
parent 08114fa8aa
commit 43733e3e6c

View File

@@ -141,7 +141,7 @@ public:
void MacOnScroll( wxScrollEvent&event );
bool AcceptsFocus() const;
virtual bool AcceptsFocus() const;
virtual bool IsDoubleBuffered() const { return true; }
@@ -166,6 +166,7 @@ public:
// because it is called from its destructor via DeleteChildren
virtual void RemoveChild( wxWindowBase *child );
virtual void MacPaintBorders( int left , int top ) ;
void MacPaintGrowBox();
// invalidates the borders and focus area around the control;
// must not be virtual as it will be called during destruction