MCPcopy Create free account
hub / github.com/JibbSmart/JoyShockMapper / Show

Method Show

JoyShockMapper/src/linux/StatusNotifierItem.cpp:47–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47bool StatusNotifierItem::Show()
48{
49 g_idle_add([](void *self) -> int {
50 gtk_widget_show_all(GTK_WIDGET(static_cast<StatusNotifierItem *>(self)->menu_.get()));
51 return false;
52 },
53 this);
54
55 return true;
56}
57
58bool StatusNotifierItem::Hide()
59{

Callers 1

mainFunction · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected