gtk_toolbar_get_tooltips

Name

gtk_toolbar_get_tooltips -- retrieve whether tooltips are enabled

Synopsis

#include <gtk/gtk.h>

gboolean gtk_toolbar_get_tooltips(GtkToolbar * toolbar);

Description

gtk_toolbar_get_tooltips() shall retrieve whether the tooltips of toolbar are enabled.

This interface has been deprecated since version 2.14 of the GTK+ specification.

Return Value

gtk_toolbar_get_tooltips() shall return TRUE if the tooltips of toolbar are enabled, and FALSE if they are not.

See Also

gtk_toolbar_set_tooltips()