gtkGetText: Access contents of Gtk text widget

Description Usage Arguments Note Author(s) References

Description

DEPRECATED!! (compatibility wrappers for RGtk 1!)

These functions allow one to retrieve or set the contents of a Gtk text widget.

Usage

1
2
3

Arguments

w

the GtkTextWidget whose contents are to be accessed

contents

a character vector (of length 1) giving the contents to be either appended or inserted into the text widget.

append

a logical value indicating whether the new text is to be appended to the existing contents or used to replace it. If this is FALSE, the text widget is currently cleared first.

start

locations in the text widget where the to start clearing the text. These are essentially character offsets into the string at present.

end

locations in the text widget where the to complete clearing the text. These are essentially character offsets into the string at present.

Note

THIS STUFF IS VERY OLD AND DEPRECATED (compatibility wrappers for RGtk 1)

This is an extra-ordinarily early release intended to encourage others to contribute code, etc.

Author(s)

Duncan Temple Lang

References

http://www.gtk.org http://www.omegahat.net/RGtk


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

Related to gtkGetText in RGtk2...