Widget for HTML display
This widget, when supported by the toolkit (not gWidgets2RGtk2 and gWidgets2tcltk) provides a simple means to display HTML formatted text.
S3 generic whose methods are implemented in the toolkit packages
Use to update displayed content. Value is HTML fragment or url
ghtml(x, container = NULL, ..., toolkit = guiToolkit()) .ghtml(toolkit, x, container = NULL, ...) ## S3 replacement method for class 'GHtml' svalue(obj, index=TRUE, ...) <- value
x |
url or character vector of HTML formatted text. URLs marked by "http://" prefix |
container |
A parent container. When a widget is created it can be incorporated into the widget heirarchy by passing in a parent container at construction time. (For some toolkits this is not optional, e.g. gWidgets2tcltk or gWidgets2WWW2.) |
... |
These values are passed to the |
toolkit |
Each widget constructor is passed in the toolkit it
will use. This is typically done using the default, which will
lookup the toolkit through |
obj |
object of method call |
index |
NULL or logical. If |
value |
value to assign for selection or property |
a GHtml
instance.
john verzani
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.