MCPcopy Create free account
hub / github.com/DISTRHO/DPF / setVisible

Method setVisible

dgl/src/Window.cpp:151–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151void Window::setVisible(const bool visible)
152{
153 if (visible)
154 pData->show();
155 else
156 pData->hide();
157}
158
159void Window::show()
160{

Callers 1

setWindowVisibleFunction · 0.45

Calls 2

showMethod · 0.45
hideMethod · 0.45

Tested by

no test coverage detected