Searched refs:AboutBoxWindow (Results 1 - 1 of 1) sorted by relevance

/haiku/src/libs/print/libprint/
H A DAboutBox.cpp70 class AboutBoxWindow : public BWindow { class in inherits:BWindow
72 AboutBoxWindow(BRect frame, const char *driver_name, const char *version, const char *copyright);
77 AboutBoxWindow::AboutBoxWindow(BRect frame, const char *driver_name, const char *version, const char *copyright) function in class:AboutBoxWindow
87 void AboutBoxWindow::MessageReceived(BMessage *msg)
96 bool AboutBoxWindow::QuitRequested()
107 AboutBoxWindow *window = new AboutBoxWindow(rect, driver_name, version, copyright);

Completed in 40 milliseconds