RGtk2 (version 2.20.31)

gtkWidgetIsToplevel: gtkWidgetIsToplevel

Description

Determines whether widget is a toplevel widget. Currently only GtkWindow and GtkInvisible are toplevel widgets. Toplevel widgets have no parent widget.

Usage

gtkWidgetIsToplevel(object)

Arguments

object

Value

TRUE if widget is a toplevel, FALSE otherwise

Details

Since 2.18