Method

GtkLinkButtonget_visited

since: 2.14

Declaration [src]

gboolean
gtk_link_button_get_visited (
  GtkLinkButton* link_button
)

Description [src]

Retrieves the “visited” state of the URI where the GtkLinkButton points. The button becomes visited when it is clicked. If the URI is changed on the button, the “visited” state is unset again.

The state may also be changed using gtk_link_button_set_visited().

Available since: 2.14

Gets propertyGtk.LinkButton:visited

Return value

Type: gboolean

TRUE if the link has been visited, FALSE otherwise.