gtkItemFactoryConstruct {RGtk2}R Documentation

gtkItemFactoryConstruct

Description

Initializes an item factory. WARNING: gtk_item_factory_construct has been deprecated since version 2.4 and should not be used in newly-written code.

Usage

gtkItemFactoryConstruct(object, container.type, path, accel.group)

Arguments

object [GtkItemFactory] a GtkItemFactory
container.type [GType] the kind of menu to create; can be GTK_TYPE_MENU_BAR, GTK_TYPE_MENU or GTK_TYPE_OPTION_MENU
path [character] the factory path of ifactory, a string of the form "<name>"
accel.group [GtkAccelGroup] a GtkAccelGroup to which the accelerators for the menu items will be added, or NULL to create a new one

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]