gtkTestTextSet: gtkTestTextSet

Description Usage Arguments Details Author(s)

View source: R/gtkFuncs.R

Description

Set the text string of widget to string if it is a GtkLabel, GtkEditable (entry and text widgets) or GtkTextView.

Usage

1
gtkTestTextSet(widget, string)

Arguments

widget

valid widget pointer.

string

a C string

Details

Since 2.14

Author(s)

Derived by RGtkGen from GTK+ documentation


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

Related to gtkTestTextSet in RGtk2...