gtk_toolbar_set_tooltips

Name

gtk_toolbar_set_tooltips -- set whether a toolbar's tooltips are active

Synopsis

#include <gtk/gtk.h>

void gtk_toolbar_set_tooltips(GtkToolbar * toolbar, gboolean enable);

Description

gtk_toolbar_set_tooltips() shall set whether the tooltips of toolbar are active. If the value of the parameter enable is TRUE, then the tooltips shall be made active; otherwise, they shall be made inactive.

This call may have no effect. The interface has been deprecated since version 2.14 of the GTK+ specification.

See Also

gtk_toolbar_get_tooltips()