mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
drop sigc dependency
This commit is contained in:
parent
40bc2ccfbd
commit
626997af14
9 changed files with 52 additions and 100 deletions
|
|
@ -13,10 +13,13 @@ Tab::Tab()
|
|||
|
||||
// Init events
|
||||
signal_switch_page().connect(
|
||||
sigc::mem_fun(
|
||||
* this,
|
||||
& Tab::on_switch
|
||||
)
|
||||
[this](Gtk::Widget * page, guint page_num)
|
||||
{
|
||||
on_switch(
|
||||
page,
|
||||
page_num
|
||||
);
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue