[interfacekit] Re: patch for Globals.cpp: _init_interface_kit()

> And BMenu, etc.
> BTW, we'll need to add it as friend of BScrollBar as well, since our 
> Scrollbars are client side, and they'll need to be initialized by that 
function as well.
Not necessary - our BScrollbars initialize themselves in the 
constructor via get_scrollbar_info() and draw themselves appropriately. 
Alternately, we could have a global scrollbar_info object to save time, 
but, to be honest, I don't really see people needing to construct 
BScrollBars in a rapid fashion.

--DW

Other related posts: