gtkLabelGet: gtkLabelGet

Description Usage Arguments Value Author(s)

View source: R/gtkFuncs.R

Description

Gets the current string of text within the GtkLabel and writes it to the given str argument. It does not make a copy of this string so you must not write to it. WARNING: gtk_label_get is deprecated and should not be used in newly-written code. Use gtkLabelGetText instead.

Usage

1
gtkLabelGet(object)

Arguments

object

The GtkLabel widget you want to get the text from.

Value

A list containing the following elements:

str

The reference to the pointer you want to point to the text.

Author(s)

Derived by RGtkGen from GTK+ documentation


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

Related to gtkLabelGet in RGtk2...