git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46157
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
-#ifdef __WXMAC__
-static bool wxScrolledWindowHasChildren(wxWindow* win)
-{
- wxWindowList::compatibility_iterator node = win->GetChildren().GetFirst();
- while ( node )
- {
- wxWindow* child = node->GetData();
- if ( !child->IsKindOf(CLASSINFO(wxScrollBar)) )
- return true;
-
- node = node->GetNext();
- }
- return false;
-}
-#endif
-
// ----------------------------------------------------------------------------
// scrolling implementation itself
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// scrolling implementation itself
// ----------------------------------------------------------------------------