Home
last modified time | relevance | path

Searched refs:_ShowAlert (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp153 int32 index = _ShowAlert(alertText, B_TRANSLATE("Cancel"), in QuitRequested()
660 _ShowAlert(text, B_TRANSLATE("OK"), "", "", B_STOP_ALERT); in MessageReceived()
840 switch (_ShowAlert(alertText, B_TRANSLATE("Cancel"), in Save()
861 _ShowAlert(alertText, B_TRANSLATE("OK"), "", "", B_STOP_ALERT); in Save()
1543 _ShowAlert(text, B_TRANSLATE("OK"), "", "", B_STOP_ALERT); in _LoadFile()
1605 _ShowAlert(alertText, B_TRANSLATE("OK"), "", "", B_STOP_ALERT); in _ReloadDocument()
1614 if (_ShowAlert(alertText, B_TRANSLATE("Cancel"), B_TRANSLATE("Revert"), in _ReloadDocument()
2000 StyledEditWindow::_ShowAlert(const BString& text, const BString& label, in _ShowAlert() function in StyledEditWindow
2081 if (_ShowAlert(alertText, removed ? B_TRANSLATE("Recover") in _ShowNodeChangeAlert()
H A DStyledEditWindow.h78 int32 _ShowAlert(const BString& text,