gtkTopWindow: Create a Gtk Window

Description Usage Arguments Value Note Author(s) See Also

View source: R/zcompat.R

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

1
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.

Note

THIS STUFF IS VERY OLD AND DEPRECATED (compatibility wrappers for RGtk 1)

Author(s)

Duncan Temple Lang <duncan@research.bell-labs.com>

See Also

gtkWindow gtkWindowNew


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gtkTopWindow in RGtk2...