gtkWindowGetModal {RGtk2}R Documentation

gtkWindowGetModal

Description

Returns whether the window is modal. See gtkWindowSetModal.

Usage

gtkWindowGetModal(object)

Arguments

object [GtkWindow] a GtkWindow

Value

[logical] TRUE if the window is set to be modal and establishes a grab when shown

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]