gtkItemFactoryDeleteEntries {RGtk2}R Documentation

gtkItemFactoryDeleteEntries

Description

Deletes the menu items which were created from the entries by the given item factory. WARNING: gtk_item_factory_delete_entries has been deprecated since version 2.4 and should not be used in newly-written code. Use GtkUIManager instead.

Usage

gtkItemFactoryDeleteEntries(object, entries)

Arguments

object

a GtkItemFactory

entries

a list of GtkItemFactoryEntrys

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]