insert {gWidgetsWWW2}R Documentation

Insert text into gtext

Description

Used to insert text into gtext insances

Usage

insert(x, value, where = "end", font.attr = NULL, do.newline = TRUE, ...)

Arguments

x

object

value

text value

where

where to insert c("end", "beginning", "at.cursor")

font.attr

ignored. Font attribute for new text

do.newline

Do we add a new line?

...

ignored

Value

no useful return value


[Package gWidgetsWWW2 version 0.4-8 Index]