mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-12 13:41:34 +00:00
draft link activation event
This commit is contained in:
parent
bf14e7f173
commit
e10b693bbf
@ -35,6 +35,17 @@ Gemini::Gemini(
|
||||
true
|
||||
);
|
||||
|
||||
// Connect signals
|
||||
label->signal_activate_link().connect(
|
||||
[label](const Glib::ustring & URI) -> bool
|
||||
{
|
||||
// @TODO follow action
|
||||
|
||||
return false;
|
||||
},
|
||||
false // after
|
||||
);
|
||||
|
||||
set_child(
|
||||
* label
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user