mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25: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
|
true
|
||||||
);
|
);
|
||||||
|
|
||||||
|
// Connect signals
|
||||||
|
label->signal_activate_link().connect(
|
||||||
|
[label](const Glib::ustring & URI) -> bool
|
||||||
|
{
|
||||||
|
// @TODO follow action
|
||||||
|
|
||||||
|
return false;
|
||||||
|
},
|
||||||
|
false // after
|
||||||
|
);
|
||||||
|
|
||||||
set_child(
|
set_child(
|
||||||
* label
|
* label
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue