org.kde.koala
public interface KTextBrowserSignals
Method Summary | |
---|---|
void | mailClick(String name, String address)
Emitted when a mail link has been activated and the widget has
been configured to emit the signal. |
void | urlClick(String url)
Emitted if mailClick() is not emitted and the widget has been
configured to emit the signal. |
Parameters: name The destination name. It is null at the moment. address The destination address.
UNKNOWN: Emitted when a mail link has been activated and the widget has been configured to emit the signal.
Parameters: url The destination address.
UNKNOWN: Emitted if mailClick() is not emitted and the widget has been configured to emit the signal.