gtkUIManagerSetAddTearoffs {RGtk2} | R Documentation |
Sets the "add_tearoffs" property, which controls whether menus
generated by this GtkUIManager
will have tearoff menu items.
gtkUIManagerSetAddTearoffs(object, add.tearoffs)
|
[GtkUIManager ] a GtkUIManager |
|
[logical] whether tearoff menu items are added |
Note that this only affects regular menus. Generated popup menus never have tearoff menu items.
Since 2.4
Derived by RGtkGen from GTK+ documentation