Searched refs:MySetWindowText (Results 1 – 3 of 3) sorted by relevance
39 inline bool MySetWindowText(HWND wnd, LPCWSTR s) { return BOOLToBool(::SetWindowText(wnd, s)); } in MySetWindowText() function41 bool MySetWindowText(HWND wnd, LPCWSTR s);242 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()