AboutBoxView
AboutBoxView(BRect frame, const char *driver_name, const char *version, const char *copyright);
AboutBoxView::AboutBoxView(BRect rect, const char *driver_name, const char *version, const char *copyright)
void AboutBoxView::Draw(BRect)
void AboutBoxView::AttachedToWindow()
AddChild(new AboutBoxView(Bounds(), driver_name, version, copyright));