gtkToolbarSetTooltips {RGtk2}R Documentation

gtkToolbarSetTooltips

Description

Sets if the tooltips of a toolbar should be active or not. WARNING: gtk_toolbar_set_tooltips has been deprecated since version 2.14 and should not be used in newly-written code. The toolkit-wide

"gtk-enable-tooltips"
property is now used instead.

Usage

gtkToolbarSetTooltips(object, enable)

Arguments

object

a GtkToolbar.

enable

set to FALSE to disable the tooltips, or TRUE to enable them.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]