Home
last modified time | relevance | path

Searched refs:MySetWindowText (Results 1 – 5 of 5) sorted by relevance

/external/lzma/CPP/Windows/
DWindow.h116 inline bool MySetWindowText(HWND wnd, LPCWSTR s) { return BOOLToBool(::SetWindowText(wnd, s)); } in MySetWindowText() function
118 bool MySetWindowText(HWND wnd, LPCWSTR s);
321 bool SetText(LPCWSTR s) { return MySetWindowText(_window, s); } in SetText()
DWindow.cpp106 bool MySetWindowText(HWND wnd, LPCWSTR s) in MySetWindowText() function
/external/lzma/CPP/7zip/UI/FileManager/
DProgressDialog.cpp43 MySetWindowText(MainWindow, UString(s) + MainTitle); in AddToTitle()
DLangUtils.cpp134 MySetWindowText(window, s); in LangSetWindowText()
DApp.cpp971 NWindows::MySetWindowText(_window, path); in RefreshTitle()