gtkToolButtonNew {RGtk2}R Documentation

gtkToolButtonNew

Description

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

Usage

gtkToolButtonNew(icon.widget = NULL, label = NULL, 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.4

Value

[GtkToolItem] A new GtkToolButton

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]