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

« back to all changes in this revision

Viewing changes to man/gdkWindowStick.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:
3
3
\title{gdkWindowStick}
4
4
\description{"Pins" a window such that it's on all workspaces and does not scroll
5
5
with viewports, for window managers that have scrollable viewports.
6
 
(When using \verb{\link{GtkWindow}}, \code{\link{gtkWindowStick}} may be more useful.)}
 
6
(When using \code{\link{GtkWindow}}, \code{\link{gtkWindowStick}} may be more useful.)}
7
7
\usage{gdkWindowStick(object)}
8
 
\arguments{\item{\verb{object}}{[\verb{\link{GdkWindow}}]  a toplevel \verb{\link{GdkWindow}}}}
 
8
\arguments{\item{\verb{object}}{a toplevel \code{\link{GdkWindow}}}}
9
9
\details{On the X11 platform, this function depends on window manager
10
10
support, so may have no effect with many window managers. However,
11
11
GDK will do the best it can to convince the window manager to stick
12
12
the window. For window managers that don't support this operation,
13
 
there's nothing you can do to force it to happen.  }
 
13
there's nothing you can do to force it to happen.}
14
14
\author{Derived by RGtkGen from GTK+ documentation}
15
15
\keyword{internal}