MCPcopy Create free account
hub / github.com/78/tenbox / SetText

Method SetText

src/manager/ui/console_tab.cpp:71–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71void ConsoleTab::SetText(const char* text) {
72 SetWindowTextW(console_, i18n::to_wide(text).c_str());
73}
74
75void ConsoleTab::AppendText(const std::string& text) {
76 int ctl_len = GetWindowTextLengthW(console_);

Callers 1

MainWndProcFunction · 0.80

Calls 1

to_wideFunction · 0.85

Tested by

no test coverage detected