Home
last modified time | relevance | path

Searched refs:AlertTestWindow (Results 1 – 4 of 4) sorted by relevance

/haiku/src/tests/kits/interface/balert/alert_manual_test/
H A DAlertTestWindow.cpp18 AlertTestWindow::AlertTestWindow(BRect frame) in AlertTestWindow() function in AlertTestWindow
56 AlertTestWindow::MessageReceived(BMessage *message) in MessageReceived()
87 AlertTestWindow::Test() in Test()
153 AlertTestWindow::QuitRequested() in QuitRequested()
H A DAlertTestWindow.h12 class AlertTestWindow : public BWindow {
14 AlertTestWindow(BRect frame);
H A DJamfile5 AlertTestWindow.cpp
H A DAlertManualTestApp.cpp19 fMainWindow = new AlertTestWindow(rect); in AlertManualTestApp()