gtkItemFactoryCreateItem: gtkItemFactoryCreateItem

Description Usage Arguments Author(s)

View source: R/gtkFuncs.R

Description

Creates an item for entry. WARNING: gtk_item_factory_create_item has been deprecated since version 2.4 and should not be used in newly-written code. Use GtkUIManager instead.

Usage

1
2
gtkItemFactoryCreateItem(object, entry, callback.data = NULL, 
    callback.type)

Arguments

object

a GtkItemFactory

entry

the GtkItemFactoryEntry to create an item for

callback.data

data passed to the callback function of entry

callback.type

1 if the callback function of entry is of type GtkItemFactoryCallback1, 2 if it is of type GtkItemFactoryCallback2

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.