~ubuntu-branches/ubuntu/trusty/rgtk2/trusty

« back to all changes in this revision

Viewing changes to man/gdkWindowSetRole.Rd

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2010-11-03 11:35:46 UTC
  • mfrom: (1.3.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20101103113546-a7fi7jdxdebp0tw1
Tags: 2.20.1-1
* New upstream release

* debian/control: Set (Build-)Depends: to current R version
* debian/control: Set Standards-Version: to current version 

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
of this low-level function.}
6
6
\usage{gdkWindowSetRole(object, role)}
7
7
\arguments{
8
 
\item{\verb{object}}{[\verb{\link{GdkWindow}}]  a toplevel \verb{\link{GdkWindow}}}
9
 
\item{\verb{role}}{[character]  a string indicating its role}
 
8
\item{\verb{object}}{a toplevel \code{\link{GdkWindow}}}
 
9
\item{\verb{role}}{a string indicating its role}
10
10
}
11
11
\details{The window manager and session manager use a window's role to
12
12
distinguish it from other kinds of window in the same application.
16
16
that should be distinguished for session management purposes, you
17
17
should set the role on those windows. It doesn't matter what string
18
18
you use for the role, as long as you have a different role for each
19
 
non-interchangeable kind of window.  }
 
19
non-interchangeable kind of window.}
20
20
\author{Derived by RGtkGen from GTK+ documentation}
21
21
\keyword{internal}