Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkItemFactoryConstruct

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. Use GtkUIManager instead.

Usage

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

Arguments

object

a GtkItemFactory

container.type

the kind of menu to create; can be GTK_TYPE_MENU_BAR, GTK_TYPE_MENU or GTK_TYPE_OPTION_MENU

path

the factory path of ifactory, a string of the form "<name>"

accel.group

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


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.