gtkLinkButtonNewWithLabel {RGtk2}R Documentation

gtkLinkButtonNewWithLabel

Description

Creates a new GtkLinkButton containing a label.

Usage

gtkLinkButtonNewWithLabel(uri, label = NULL, show = TRUE)

Arguments

uri

a valid URI

label

the text of the button. [ allow-none ]

Details

Since 2.10

Value

[GtkWidget] a new link button widget. [ transfer none ]

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]