Learn R Programming

gWidgets (version 0.0-54.2)

gWidgets API for Building Toolkit-Independent, Interactive GUIs

Description

Provides a toolkit-independent API for building interactive GUIs. At least one of the 'gWidgetsXXX packages', such as gWidgetstcltk, needs to be installed. Some icons are on loan from the scigraphica project .

Copy Link

Version

Install

install.packages('gWidgets')

Monthly Downloads

435

Version

0.0-54.2

License

GPL (>= 2)

Maintainer

Last Published

April 29th, 2020

Functions in gWidgets (0.0-54.2)

gWidgets-package

gWidgets API for building toolkit-independent, interactive GUIs
gbutton

Button constructors
gWidgets-undocumented

Undocumented, but exported, functions
gWidgets-classes

Classes for gWidgets instances
gcheckbox

Constructor of widget to indicate whether a value is desired or not
gWidgets-dnd

Functions to add drag and drop ability to widgets
gWidgets-methods

Methods for gWidgets instances
gWidgets-dialogs

Basic dialog constructors
gWidgets-handlers

Methods to add event handlers to objects
gWidgets-icons

Functions for adding icons
gedit

Constructor for widget to handle single-line text input
gfile

Dialogs for file and date selection
gcheckboxgroup

Widget to allow multiple selection from a vector of items
gformlayout

A constructor for laying out groups of widgets from a template defined by a list
gcombobox

Widgets to allow selection from a vector of items
ggenericwidget

A constructor to create widgets for evaluating functions
gnotebook

constructor for notebook widget
ggraphics

Constructor for a toolkit specific plot device and a notebook to wrap plots in
gradio

Radio button group widget
gcommandline

A command line interface
gseparator

Widget to draw separator line
ggroup

Box containers for packing in subsequent widgets
gdf

Constructor of widget to edit a data frame
ghelp

Widget to interface with help pages
gpanedgroup

A paned group holds two child components with a handle, or sash, between them to adjust the amount of space allocated to each
glayout

A container for aligning widgets in a table
gtable

Constructor for widget to display tabular data
glabel

Constructors for label widget
gimage

Constructor to show images
ghtml

Constructors for widgets to handle text input
gvarbrowser

Widget for browsing environment
gtext

Constructor for widget for multi-line editable text input
gsvg

Constructor for widget to show SVG files
guiToolkit

Function to select the GUI toolkit used by gWidgets
gmenu

Constructors to make menubars or toolbars
gtree

Constructor for widget to display heirarchical dta
gwindow

Constructor for base container
gstatusbar

Constructor of status bar widget
guiWidget-class

Class "guiWidget" ~~~
gslider

Constructors for widgets to select a value from a sequence.