gtkUIManagerSetAddTearoffs {RGtk2}R Documentation

gtkUIManagerSetAddTearoffs

Description

Sets the "add_tearoffs" property, which controls whether menus generated by this GtkUIManager will have tearoff menu items.

Usage

gtkUIManagerSetAddTearoffs(object, add.tearoffs)

Arguments

object [GtkUIManager] a GtkUIManager
add.tearoffs [logical] whether tearoff menu items are added

Details

Note that this only affects regular menus. Generated popup menus never have tearoff menu items.

Since 2.4

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]