MCPcopy 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
101WfDock::WfDock(WayfireOutput *output) :
102 pimpl(new impl(output))
103{}
104WfDock::~WfDock() = default;
105
106void WfDock::add_child(Gtk::Widget& w)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected