Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WayfireWM/wf-shell
/ WfDock
Method
WfDock
src/dock/dock.cpp:101–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
};
100
101
WfDock::WfDock(WayfireOutput *output) :
102
pimpl(new impl(output))
103
{}
104
WfDock::~WfDock() = default;
105
106
void WfDock::add_child(Gtk::Widget& w)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected