gtkMenuToolButtonNew {RGtk2}R Documentation

gtkMenuToolButtonNew

Description

Creates a new GtkMenuToolButton using icon.widget as icon and label as label.

Usage

gtkMenuToolButtonNew(icon.widget, label, show = TRUE)

Arguments

icon.widget [GtkWidget] a widget that will be used as icon widget, or NULL
label [character] a string that will be used as label, or NULL

Details

Since 2.6

Value

[GtkToolItem] the new GtkMenuToolButton

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]