Method

GtkLinkButtonset_visited

since: 2.14

Declaration [src]

void
gtk_link_button_set_visited (
  GtkLinkButton* link_button,
  gboolean visited
)

Description [src]

Sets the “visited” state of the URI where the GtkLinkButton points. See gtk_link_button_get_visited() for more details.

Available since: 2.14

Sets propertyGtk.LinkButton:visited

Parameters

visited

Type: gboolean

The new “visited” state.