Learn R Programming

RGtk2 (version 2.20.31)

gtkTopWindow: Create a Gtk Window

Description

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.

Usage

gtkTopWindow(title="My Window", show=TRUE)

Arguments

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.

Value

An object of class GtkWindow that has the same inheritance as the low-level inheritance in Gtk.

See Also

gtkWindow gtkWindowNew