MCPcopy Create free account
hub / github.com/davisking/dlib / set_title

Method set_title

dlib/gui_core/gui_core_kernel_2.cpp:1730–1736  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1728// ----------------------------------------------------------------------------------------
1729
1730 void base_window::
1731 set_title (
1732 const std::string& title_
1733 )
1734 {
1735 set_title(convert_mbstring_to_wstring(title_));
1736 }
1737
1738 void base_window::
1739 set_title (

Callers

nothing calls this directly

Calls 2

convert_utf32_to_wstringFunction · 0.85

Tested by

no test coverage detected