Hypertext.connectLinkSelected
gulong connectLinkSelected(T)(T callback, Flag!"After" after = No.After)Connect to LinkSelected signal.
The "link-selected" signal is emitted by an AtkHyperText object when one of the hyperlinks associated with the object is selected.
Parameters
callback | signal callback delegate or function to connect void callback(int arg1, atk.hypertext.Hypertext hypertext) arg1 the index of the hyperlink which is selected (optional) hypertext the instance the signal is connected to (optional) |
after | Yes.After to execute callback after default handler, No.After to execute before (default) |
Returns
Signal ID