gtkTopWindow {RGtk2} | R Documentation |
DEPRECATED!! (compatibility wrappers for RGtk 1!)
This creates a top-level Gtk window
(as opposed to a dialog or popup window).
This is a convenience function for the more
general gtkWindow
function
which is just as easy to use, given its defaults.
gtkTopWindow(title="My Window", show=TRUE)
title |
a string to use in the title bar for the window. |
show |
a logical value indicating whether the window should
be displayed (TRUE ) or left unshown so that other
widgets can be added to it and then shown. |
An object of class GtkWindow
that has the same inheritance as the low-level
inheritance in Gtk.
THIS STUFF IS VERY OLD AND DEPRECATED (compatibility wrappers for RGtk 1)
Duncan Temple Lang <duncan@research.bell-labs.com>