MCPcopy Create free account
hub / github.com/WayfireWM/wayfire / button_t

Method button_t

plugins/decor/deco-button.cpp:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12namespace decor
13{
14button_t::button_t(const decoration_theme_t& t, std::function<void()> damage) :
15 theme(t), damage_callback(damage)
16{}
17
18void button_t::set_button_type(button_type_t type)
19{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected