mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
draft link activation event
This commit is contained in:
parent
bf14e7f173
commit
e10b693bbf
1 changed files with 11 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue