Misplaced Pages

RGtk2

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Set of R wrappers for the GTK+ graphical user interface library
RGtk2
Developer(s)Michael Lawrence and Duncan Temple Lang
Stable release2.20.36 / 8 March 2019; 5 years ago (8 March 2019)
Operating systemCross-platform
PlatformCross-platform
Typewidget toolkit
LicenseGPL
Websitewww.ggobi.org/rgtk2
Main article: List of language bindings for GTK+

RGtk2 is a set of R wrappers for the GTK+ graphical user interface library. RGtk2 is free software and licensed under the GPL.

Syntax

The code below will produce a 200x200 pixel window with the words "Hello World" inside.

library(RGtk2)
createWindow <- function()
{
    window <- gtkWindow()
    label <- gtkLabel("Hello World")
    window$add(label)
}
createWindow()
gtk.main()

Notable applications that use RGtk2

RGtk2 has been used in a number of notable applications, some examples:

See also

References

  1. https://cran.r-project.org/package=RGtk2. {{cite web}}: Missing or empty |title= (help)

External links

R (programming language)
Features
Implementations
Packages
Interfaces
People
Organisations
Publications
GTK and its applications
Platform
GTK
freedesktop.org
(shared)
Development
GUI designer, RAD
IDEs
GNOME
Cinnamon
Xfce
LXDE
Graphical shells
3rd-party
applications
Office
Education
Graphics
Internet
Audio
Video
Utilities
Categories: