Searched refs:MySetWindowText (Results 1 – 3 of 3) sorted by relevance
38 inline bool MySetWindowText(HWND wnd, LPCWSTR s) { return BOOLToBool(::SetWindowText(wnd, s)); } in MySetWindowText() function40 bool MySetWindowText(HWND wnd, LPCWSTR s);241 bool SetText(LPCWSTR s) { return MySetWindowText(_window, s); } in SetText()
106 bool MySetWindowText(HWND wnd, LPCWSTR s) in MySetWindowText() function
43 MySetWindowText(MainWindow, UString(s) + MainTitle); in AddToTitle()