gtkLinkButtonNewWithLabel {RGtk2}R Documentation

gtkLinkButtonNewWithLabel

Description

Creates a new GtkLinkButton containing a label.

Usage

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

Arguments

uri [character] a valid URI
label [character] the text of the button

Details

Since 2.10

Value

[GtkWidget] a new link button widget.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]