gtkInit {RGtk}R Documentation

One-time initialization of Gtk environment

Description

This ensures that the Gtk libraries have been correctly initialized and can be used to create widgets, etc. One can specify arguments to customize how the initialization is performed, passing Gtk-specific flags to activate different features.

Usage

gtkInit(args=c("R"))

Arguments

args a character vector of ``command line'' arguments used to initialize the Gtk libraries. See the Gtk documentation for valid arguments.

Details

Value

Author(s)

Duncan Temple Lang

References

http://www.gtk.org http://www.omegahat.org/RGtk

Examples



[Package RGtk version 0.7-0 Index]