method for stopping getWidget
S3 method for stopping getBlock
The gWidgets
separation of API from toolkit requires the
exporting of "dot" functions from each toolkit package. These are
not documented, as they mirror the definition in the API package,
but must be to get pass R's package check. Hence this stub.
toolkit implementation for gmessage
toolkit implementation for gconfirm
toolkit implmentation of ginput
toolkit implementation
toolkit implementation of galert
Toolkit constructor
toolkit constructor
Toolkit constructor
Toolkit XXX constructor
Toolkit constructor
Toolkit constructor
Toolkit constructor
Toolkit constructor
Toolkit constructor
Toolkit gedit constructor
toolkit constructor for ggroup
gframe constructor
toolkit constructor
Toolkit implementation
Toolkit constructor
Toolkit constructor
Toolkit constructor
Toolkit constructor
Toolkit label constructor
Toolkit constructor
Toolkit constructor
Toolkit constructor
Toolkit constructor
Toolkit constructor
Toolkit constructor
Toolkit constructor
Toolkit XXX constructor
Toolkit constructor
Toolkit constructor
toolkit implementation
S3 method for gtimer
Toolkit constructor
Toolkit constructor
Toolkit constructor
toolkit constructor for gwindow
add stock icons
Returns list of stock ids
return stock id
helper function
return stock id from object
# S3 method for RGtkObject
getWidget(obj)# S3 method for RGtkObject
getBlock(obj)
.docstub()
# S3 method for guiWidgetsToolkitRGtk2
.gmessage(toolkit, msg, title = "message",
icon = c("info", "warning", "error", "question"), parent = NULL, ...)
# S3 method for guiWidgetsToolkitRGtk2
.gconfirm(toolkit, msg, title = "Confirm",
icon = c("info", "warning", "error", "question"), parent = NULL, ...)
# S3 method for guiWidgetsToolkitRGtk2
.ginput(toolkit, msg, text = "",
title = "Input", icon = c("info", "warning", "error", "question"),
parent = NULL, ...)
# S3 method for guiWidgetsToolkitRGtk2
.gbasicdialog(toolkit, title = "Dialog",
parent = NULL, do.buttons = TRUE, handler = NULL, action = NULL, ...)
# S3 method for guiWidgetsToolkitRGtk2
.galert(toolkit, msg, title = "message",
delay = 3, parent = NULL, ...)
# S3 method for guiWidgetsToolkitRGtk2
.gaction(toolkit, label, tooltip = NULL,
icon = NULL, key.accel = NULL, handler = NULL, action = NULL,
parent = NULL, ...)
# S3 method for guiWidgetsToolkitRGtk2
.gbutton(toolkit, text, handler, action,
container, ...)
# S3 method for guiWidgetsToolkitRGtk2
.gcalendar(toolkit, text = "",
format = "%Y-%m-%d", handler = NULL, action = NULL,
container = NULL, ...)
# S3 method for guiWidgetsToolkitRGtk2
.gcheckbox(toolkit, text, checked = FALSE,
use.togglebutton = FALSE, handler = NULL, action = NULL,
container = NULL, ...)
# S3 method for guiWidgetsToolkitRGtk2
.gcheckboxgroup(toolkit = NULL, items,
checked = FALSE, horizontal = FALSE, use.table = FALSE,
handler = NULL, action = NULL, container = NULL, ...)
# S3 method for guiWidgetsToolkitRGtk2
.gcombobox(toolkit, items, selected = 1,
editable = FALSE, coerce.with = NULL, handler = NULL, action = NULL,
container = NULL, ...)
# S3 method for guiWidgetsToolkitRGtk2
.gtable(toolkit, items, multiple = FALSE,
chosen.col = 1, icon.col = NULL, tooltip.col = NULL, handler = NULL,
action = NULL, container = NULL, ...)
# S3 method for guiWidgetsToolkitRGtk2
.gmenu(toolkit, menu.list = list(),
popup = FALSE, container = NULL, ...)
# S3 method for guiWidgetsToolkitRGtk2
.gdf(toolkit, items = NULL, handler = NULL,
action = NULL, container = NULL, ...)
# S3 method for guiWidgetsToolkitRGtk2
.gedit(toolkit, text = "", width = 25,
coerce.with = NULL, initial.msg = initial.msg, handler = NULL,
action = NULL, container = NULL, ...)
# S3 method for guiWidgetsToolkitRGtk2
.ggroup(toolkit, horizontal = TRUE,
spacing = 5, use.scrollwindow = FALSE, container = NULL, ...)
# S3 method for guiWidgetsToolkitRGtk2
.gframe(toolkit, text, markup, pos,
horizontal = TRUE, spacing = 5, container = NULL, ...)
# S3 method for guiWidgetsToolkitRGtk2
.gexpandgroup(toolkit, text, markup,
horizontal = TRUE, handler = NULL, action = NULL, container = NULL,
...)
# S3 method for guiWidgetsToolkitRGtk2
.gfile(toolkit, text = "", type = c("open",
"save", "selectdir"), initial.filename = NULL, initial.dir = getwd(),
filter = list(), multi = FALSE, ...)
# S3 method for guiWidgetsToolkitRGtk2
.gfilebrowse(toolkit, text = "",
type = c("open", "save", "selectdir"), initial.filename = NULL,
initial.dir = getwd(), filter = list(), quote = TRUE, handler = NULL,
action = NULL, container = NULL, ...)
# S3 method for guiWidgetsToolkitRGtk2
.gformlayout(toolkit, align = "left",
spacing = 5, container = NULL, ...)
# S3 method for guiWidgetsToolkitRGtk2
.ggraphics(toolkit, width = dpi * 6,
height = dpi * 6, dpi = 75, ps = 12, handler = NULL, action = NULL,
container = NULL, ...)
# S3 method for guiWidgetsToolkitRGtk2
.gimage(toolkit, filename = "",
dirname = "", stock.id = NULL, size = "", handler = NULL,
action = NULL, container = NULL, ...)
# S3 method for guiWidgetsToolkitRGtk2
.glabel(toolkit, text = "", markup = FALSE,
editable = FALSE, handler = NULL, action = NULL, container = NULL,
...)
# S3 method for guiWidgetsToolkitRGtk2
.glayout(toolkit, homogeneous = FALSE,
spacing = 10, container = NULL, ...)
# S3 method for guiWidgetsToolkitRGtk2
.gnotebook(toolkit, tab.pos = 3,
container = NULL, ...)
# S3 method for guiWidgetsToolkitRGtk2
.gpanedgroup(toolkit, horizontal = TRUE,
container = NULL, ...)
# S3 method for guiWidgetsToolkitRGtk2
.gprogressbar(toolkit, value, container, ...)
# S3 method for guiWidgetsToolkitRGtk2
.gradio(toolkit, items, selected = 1,
horizontal = FALSE, handler = NULL, action = NULL, container = NULL,
...)
# S3 method for guiWidgetsToolkitRGtk2
.gseparator(toolkit, horizontal = TRUE,
container = NULL, ...)
# S3 method for guiWidgetsToolkitRGtk2
.gslider(toolkit, from = 0, to = 100,
by = 1, value = from, horizontal = TRUE, handler = NULL,
action = NULL, container = NULL, ...)
# S3 method for guiWidgetsToolkitRGtk2
.gspinbutton(toolkit, from = 0, to = 10,
by = 1, value = from, digits = 0, handler = NULL, action = NULL,
container = NULL, ...)
# S3 method for guiWidgetsToolkitRGtk2
.gstackwidget(toolkit, container = NULL, ...)
# S3 method for guiWidgetsToolkitRGtk2
.gstatusbar(toolkit, text = "",
container = NULL, ...)
# S3 method for guiWidgetsToolkitRGtk2
.gtext(toolkit, text = NULL, width = NULL,
height = 300, font.attr = NULL, wrap = TRUE, handler = NULL,
action = NULL, container = NULL, ...)
# S3 method for guiWidgetsToolkitRGtk2
.gtimer(toolkit, ms, FUN, data = NULL,
one.shot = FALSE, start = TRUE)
# S3 method for guiWidgetsToolkitRGtk2
.gtoolbar(toolkit, toolbar.list = list(),
style = c("both", "icons", "text", "both-horiz"), container = NULL, ...)
# S3 method for guiWidgetsToolkitRGtk2
.gtree(toolkit, offspring = NULL,
offspring.data = NULL, chosen.col = 1, offspring.col = 2,
icon.col = NULL, tooltip.col = NULL, multiple = FALSE, handler = NULL,
action = NULL, container = NULL, ...)
# S3 method for guiWidgetsToolkitRGtk2
.gvarbrowser(toolkit, handler = NULL,
action = "summary", container = NULL, ...)
# S3 method for guiWidgetsToolkitRGtk2
.gwindow(toolkit, title, visible = visible,
name, width, height, parent, handler, action, ...)
# S3 method for guiWidgetsToolkitRGtk2
.addStockIcons(toolkit, iconNames, iconFiles,
...)
# S3 method for guiWidgetsToolkitRGtk2
.getStockIcons(toolkit, ...)
# S3 method for guiWidgetsToolkitRGtk2
.getStockIconByName(toolkit,name, ...)
addToGtkStockIcons(iconNames, iconFiles)
# S3 method for guiWidgetsToolkitRGtk2
.stockIconFromObject(toolkit,obj, ...)
R object to get icon from
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
width of device (pixels)
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
height of device (pixels)
dots per inch
pointsize
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
digits
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
name of icon
undocumented argument, cf. gWidgets2 documentation.
undocumented argument, cf. gWidgets2 documentation.
The documentation for this is found at gbutton
.