Home
last modified time | relevance | path

Searched refs:messageBoxUC (Results 1 – 6 of 6) sorted by relevance

/dports/cad/ldview/ldview-4.4/
H A DOptionsCanvas.cpp274 messageBoxUC(hWindow, error.c_str(), ls(_UC("Error")), MB_OK); in commitSettings()
H A DLDViewMain.cpp564 CUIWindow::messageBoxUC(NULL, message, _UC("LDView"), MB_OK); in WinMain()
H A DLDViewPreferences.cpp2238 if (messageBoxUC(hWindow, in doDeletePrefSet()
2459 messageBoxUC(hDlg, in doOtherClick()
2472 messageBoxUC(hDlg, in doOtherClick()
2480 messageBoxUC(hDlg, in doOtherClick()
3027 messageBoxUC(hPropSheet, buf, ls(_UC("InvalidValue")), in setupFov()
4098 messageBoxUC(hWindow, in shouldSetActive()
H A DLDViewWindow.cpp2273 if (messageBoxUC(hWindow, userMessage, in showPovCamera()
2282 messageBoxUC(hWindow, ls(_UC("NoModelLoaded")), in showPovCamera()
2305 if (messageBoxUC(hWindow, message.c_str(), in showViewInfo()
3139 messageBoxUC(hWindow, updateCheckError, _UC("LDView"), in checkForLibraryUpdates()
4325 messageBoxUC(hWindow, message, _UC("LDView"), MB_OK | MB_ICONWARNING); in openModel()
/dports/cad/ldview/ldview-4.4/CUI/
H A DCUIWindow.h188 static int messageBoxUC(HWND hWnd, CUCSTR lpText, CUCSTR lpCaption,
H A DCUIWindow.cpp2376 int CUIWindow::messageBoxUC( in messageBoxUC() function in CUIWindow