Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RGAA-Software/GoDesk
/ ShowRootWidget
Method
ShowRootWidget
src/client/plugin_interface/ct_plugin_interface.cpp:215–217 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
213
}
214
215
void ClientPluginInterface::ShowRootWidget() {
216
root_widget_->show();
217
}
218
219
void ClientPluginInterface::HideRootWidget() {
220
root_widget_->hide();
Callers
1
RegisterControllerPanelListeners
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected