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

« back to all changes in this revision

Viewing changes to man/gdkWindowBeginResizeDrag.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{gdkWindowBeginResizeDrag}
4
4
\description{Begins a window resize operation (for a toplevel window).
5
5
You might use this function to implement a "window resize grip," for
6
 
example; in fact \verb{\link{GtkStatusbar}} uses it. The function works best
7
 
with window managers that support the Extended Window Manager Hints (\url{http://www.org/Standards/wm-spec}), but has a 
 
6
example; in fact \code{\link{GtkStatusbar}} uses it. The function works best
 
7
with window managers that support the Extended Window Manager Hints (\url{http://www.freedesktop.org/Standards/wm-spec}), but has a 
8
8
fallback implementation for other window managers.}
9
9
\usage{gdkWindowBeginResizeDrag(object, edge, button, root.x, root.y, timestamp)}
10
10
\arguments{
11
 
\item{\verb{object}}{[\verb{\link{GdkWindow}}]  a toplevel \verb{\link{GdkWindow}}}
12
 
\item{\verb{edge}}{[\code{\link{GdkWindowEdge}}]  the edge or corner from which the drag is started}
13
 
\item{\verb{button}}{[integer]  the button being used to drag}
14
 
\item{\verb{root.x}}{[integer]  root window X coordinate of mouse click that began the drag}
15
 
\item{\verb{root.y}}{[integer]  root window Y coordinate of mouse click that began the drag}
16
 
\item{\verb{timestamp}}{[numeric]  timestamp of mouse click that began the drag (use \code{\link{gdkEventGetTime}})}
 
11
\item{\verb{object}}{a toplevel \code{\link{GdkWindow}}}
 
12
\item{\verb{edge}}{the edge or corner from which the drag is started}
 
13
\item{\verb{button}}{the button being used to drag}
 
14
\item{\verb{root.x}}{root window X coordinate of mouse click that began the drag}
 
15
\item{\verb{root.y}}{root window Y coordinate of mouse click that began the drag}
 
16
\item{\verb{timestamp}}{timestamp of mouse click that began the drag (use \code{\link{gdkEventGetTime}})}
17
17
}
18
18
\author{Derived by RGtkGen from GTK+ documentation}
19
19
\keyword{internal}