Function | __init__ | Create a new hyperlink. |
Function | get_text | Return the hyperlink text. |
Function | set_text | Set the text of the hyperlink. |
Function | set_menu | Set the menu to be used for popups. |
Function | has_menu | Return whether the widget has a menu set. |
Function | popup | Popup the menu and emit the popup signal. |
Function | clicked | Fire a clicked signal. |
Function | get_label | Get the internally stored widget. |
Function | _update_look | Update the look of the hyperlink depending on state. |
Function | _build_markup | Build a marked up string depending on parameters. |
Function | _on_button_press_event | Called on mouse down. |
Function | _on_button_release_event | Called on mouse up. |
Function | _on_hover_changed | Called when the mouse pinter enters or leaves the widget. |
Function | _on_notify | Called on property notification. |
Function | _on_map_event | Called on initially mapping the widget. |
Create a new hyperlink.
Return the hyperlink text.
Set the text of the hyperlink.
Set the menu to be used for popups.
Return whether the widget has a menu set.
Popup the menu and emit the popup signal.
Fire a clicked signal.
Get the internally stored widget.
Update the look of the hyperlink depending on state.
Build a marked up string depending on parameters.
Called on mouse down.
Behaves in 2 ways.
Called on mouse up.
If the left-button is released and the widget was earlier activated by a mouse down event a clicked signal is fired.
Called when the mouse pinter enters or leaves the widget.
Called on property notification.
Ensure that the look is up to date with the properties
Called on initially mapping the widget.
Used here to set the cursor type.