Method

GtkStatusIconset_has_tooltip

deprecated: 3.14 since: 2.16

Declaration [src]

void
gtk_status_icon_set_has_tooltip (
  GtkStatusIcon* status_icon,
  gboolean has_tooltip
)

Description [src]

Sets the has-tooltip property on status_icon to has_tooltip. See GtkStatusIcon:has-tooltip for more information.

Available since: 2.16

Deprecated since: 3.14

Use GNotification and GtkApplication to provide status notifications; there is no direct replacement for this function, but notifications can display an arbitrary amount of text using g_notification_set_body()

Parameters

has_tooltip

Type: gboolean

Whether or not status_icon has a tooltip.