What does this code does?
BBox::MouseDown(BPoint point) { BView::MouseDown(point); }
When you inherrit from bview you get this automaticly right?
Remco Johannes