gtkWindowSetModal: gtkWindowSetModal

Description Usage Arguments Author(s)

View source: R/gtkFuncs.R

Description

Sets a window modal or non-modal. Modal windows prevent interaction with other windows in the same application. To keep modal dialogs on top of main application windows, use gtkWindowSetTransientFor to make the dialog transient for the parent; most window managers will then disallow lowering the dialog below the parent.

Usage

1
gtkWindowSetModal(object, modal)

Arguments

object

a GtkWindow

modal

whether the window is modal

Author(s)

Derived by RGtkGen from GTK+ documentation


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