From Wikipedia, the free encyclopedia
RGtk2
Developer(s)Michael Lawrence and Duncan Temple Lang
Stable release
2.20.36 [1] / 8 March 2019; 5 years ago (8 March 2019)
Operating system Cross-platform
Platform Cross-platform
Type widget toolkit
License GPL
Website www.ggobi.org/rgtk2

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. ^ Error: Unable to display the reference properly. See the documentation for details.

External links

From Wikipedia, the free encyclopedia
RGtk2
Developer(s)Michael Lawrence and Duncan Temple Lang
Stable release
2.20.36 [1] / 8 March 2019; 5 years ago (8 March 2019)
Operating system Cross-platform
Platform Cross-platform
Type widget toolkit
License GPL
Website www.ggobi.org/rgtk2

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. ^ Error: Unable to display the reference properly. See the documentation for details.

External links


Videos

Youtube | Vimeo | Bing

Websites

Google | Yahoo | Bing

Encyclopedia

Google | Yahoo | Bing

Facebook