gtkTestTextSet {RGtk2}R Documentation

gtkTestTextSet

Description

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

Usage

gtkTestTextSet(widget, string)

Arguments

widget

valid widget pointer.

string

a C string

Details

Since 2.14

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]