MCPcopy Create free account
hub / github.com/alandefreitas/matplotplusplus / window_title

Method window_title

source/matplot/backend/opengl.cpp:100–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 }
99
100 void opengl::window_title(const std::string& title) {
101 if (title != window_title_) {
102 window_title_ = title;
103 glfwSetWindowTitle(window_,title.c_str());
104 }
105 }
106
107 std::string opengl::window_title() {
108 return window_title_;

Callers 1

send_draw_commandsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected