Method

GtkStatusIconget_visible

deprecated: 3.14 since: 2.10

Declaration [src]

gboolean
gtk_status_icon_get_visible (
  GtkStatusIcon* status_icon
)

Description [src]

Returns whether the status icon is visible or not. Note that being visible does not guarantee that the user can actually see the icon, see also gtk_status_icon_is_embedded().

Available since: 2.10

Deprecated since: 3.14

Use GNotification and GtkApplication to provide status notifications; there is no direct replacement for this function.

Gets propertyGtk.StatusIcon:visible

Return value

Type: gboolean

TRUE if the status icon is visible.