gtkLabelSetText: gtkLabelSetText

Description Usage Arguments Details Author(s)

View source: R/gtkFuncs.R

Description

Sets the text within the GtkLabel widget. It overwrites any text that was there before.

Usage

1

Arguments

object

a GtkLabel

str

The text you want to set

Details

This will also clear any previously set mnemonic accelerators.

Author(s)

Derived by RGtkGen from GTK+ documentation


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

Related to gtkLabelSetText in RGtk2...