gtkTestTextGet {RGtk2}R Documentation

gtkTestTextGet

Description

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

Usage

gtkTestTextGet(widget)

Arguments

widget

valid widget pointer.

Details

Since 2.14

Value

[character] new C string,

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]