drop sigc dependency

This commit is contained in:
yggverse 2024-08-16 19:45:42 +03:00
parent 40bc2ccfbd
commit 626997af14
9 changed files with 52 additions and 100 deletions

View file

@ -17,10 +17,12 @@ Label::Label()
);*/
controller->signal_pressed().connect(
sigc::mem_fun(
* this,
& Label::on_click
)
[this](int n, double x, double y)
{
on_click(
n, x, y
);
}
);
add_controller(