File: gdkAppLaunchContextSetScreen.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-- 702 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
\alias{gdkAppLaunchContextSetScreen}
\name{gdkAppLaunchContextSetScreen}
\title{gdkAppLaunchContextSetScreen}
\description{Sets the screen on which applications will be launched when
using this context. See also \code{\link{gdkAppLaunchContextSetDisplay}}.}
\usage{gdkAppLaunchContextSetScreen(object, screen)}
\arguments{
\item{\verb{object}}{a \code{\link{GdkAppLaunchContext}}}
\item{\verb{screen}}{a \code{\link{GdkScreen}}}
}
\details{If both \code{screen} and \code{display} are set, the \code{screen} takes priority.
If neither \code{screen} or \code{display} are set, the default screen and
display are used.
  Since 2.14}
\author{Derived by RGtkGen from GTK+ documentation}
\keyword{internal}