Description Usage Arguments Value Note Author(s) See Also
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.
1 | 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 ( |
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>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.