gdkWindowSetModalHint: gdkWindowSetModalHint

Description Usage Arguments Details Author(s)

View source: R/gdkFuncs.R

Description

The application can use this hint to tell the window manager that a certain window has modal behaviour. The window manager can use this information to handle modal windows in a special way.

Usage

1
gdkWindowSetModalHint(object, modal)

Arguments

object

A toplevel GdkWindow

modal

TRUE if the window is modal, FALSE otherwise.

Details

You should only use this on windows for which you have previously called gdkWindowSetTransientFor

Author(s)

Derived by RGtkGen from GTK+ documentation


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