Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

guiToolkit

set or get the current toolkit for gWidgets


Description

set or get the current toolkit for gWidgets

Usage

guiToolkit(name = NULL)

Arguments

name

name of toolkit (e.g. "tcltk", "RGtk2", "Qt" (not qtbase)). If NULL, then we search for it in a) an iherited toolkit object b) the "guiToolkit" option (which can be set via options("guiToolkit"="RGtk2"), say. If that fails, we prompt for a selection for any installed toolkit. In the typical usage, this all happens in the background, except perhaps once.

In design this is to allow different toolkits to be used with different GUIs, but due to differences in event loops, this often leads to lockups, so is not recommended.

Value

an instance of guiWidgetsToolkit sub class.


gWidgets2

Rewrite of gWidgets API for Simplified GUI Construction

v1.0-8
GPL (>= 3)
Authors
John Verzani
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.