Link
| Category | refcounted |
| Type | hime_link_t |
| Inherits | Label |
A Link is a label subclass that looks like an HTML link.
Constructors
hime_link_t hime_link_create()
Create a new empty Link.
Return
hime_link_tEvents
void hime_link_on_click(link)
Emitted when link is clicked.
Parameters
hime_link_tlink
Preventable
No.