File: gdkWindowSetModalHint.Rd

package info (click to toggle)
rgtk2 2.20.36-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 33,540 kB
  • sloc: ansic: 137,163; makefile: 2; sh: 1
file content (16 lines) | stat: -rw-r--r-- 683 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
\alias{gdkWindowSetModalHint}
\name{gdkWindowSetModalHint}
\title{gdkWindowSetModalHint}
\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{gdkWindowSetModalHint(object, modal)}
\arguments{
\item{\verb{object}}{A toplevel \code{\link{GdkWindow}}}
\item{\verb{modal}}{\code{TRUE} if the window is modal, \code{FALSE} otherwise.}
}
\details{You should only use this on windows for which you have
previously called \code{\link{gdkWindowSetTransientFor}}}
\author{Derived by RGtkGen from GTK+ documentation}
\keyword{internal}