Yes, on the Mac the scrollbars used on wx.ScrolledWindow are
wx.ScrollBars and are mostly normal children of the window. On the
other platforms the scrollbars are implemented by the native window and
so we don't see them as normal children of the scrolled window. There
is a method you can use to determine if a child is one of the special
scrollbars, MacIsWindowScrollbar.
--
Robin Dunn
Software Craftsman
http://wxPython.org