Searched refs:MySetWindowText (Results 1 – 5 of 5) sorted by relevance
116 inline bool MySetWindowText(HWND wnd, LPCWSTR s) { return BOOLToBool(::SetWindowText(wnd, s)); } in MySetWindowText() function118 bool MySetWindowText(HWND wnd, LPCWSTR s);321 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()
134 MySetWindowText(window, s); in LangSetWindowText()
971 NWindows::MySetWindowText(_window, path); in RefreshTitle()