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

« back to all changes in this revision

Viewing changes to man/gtkPaintExtension.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:
4
4
\description{Draws an extension, i.e. a notebook tab.}
5
5
\usage{gtkPaintExtension(object, window, state.type, shadow.type, area = NULL, widget = NULL, detail = NULL, x, y, width, height, gap.side)}
6
6
\arguments{
7
 
\item{\verb{object}}{[\verb{\link{GtkStyle}}]  a \verb{\link{GtkStyle}}}
8
 
\item{\verb{window}}{[\verb{\link{GdkWindow}}]  a \verb{\link{GdkWindow}}}
9
 
\item{\verb{state.type}}{[\code{\link{GtkStateType}}]  a state}
10
 
\item{\verb{shadow.type}}{[\code{\link{GtkShadowType}}]  type of shadow to draw}
11
 
\item{\verb{area}}{[\verb{\link{GdkRectangle}}]  clip rectangle, or \code{NULL} if the
12
 
       output should not be clipped}
13
 
\item{\verb{widget}}{[\verb{\link{GtkWidget}}]  the widget (may be \code{NULL})}
14
 
\item{\verb{detail}}{[character]  a style detail (may be \code{NULL})}
15
 
\item{\verb{x}}{[integer]  x origin of the extension}
16
 
\item{\verb{y}}{[integer]  y origin of the extension}
17
 
\item{\verb{width}}{[integer]  width of the extension }
18
 
\item{\verb{height}}{[integer]  width of the extension }
19
 
\item{\verb{gap.side}}{[\code{\link{GtkPositionType}}]  the side on to which the extension is attached}
 
7
\item{\verb{object}}{a \code{\link{GtkStyle}}}
 
8
\item{\verb{window}}{a \code{\link{GdkWindow}}}
 
9
\item{\verb{state.type}}{a state}
 
10
\item{\verb{shadow.type}}{type of shadow to draw}
 
11
\item{\verb{area}}{ clip rectangle, or \code{NULL} if the
 
12
       output should not be clipped. \emph{[  \acronym{allow-none}  ]}}
 
13
\item{\verb{widget}}{ the widget. \emph{[  \acronym{allow-none}  ]}}
 
14
\item{\verb{detail}}{ a style detail. \emph{[  \acronym{allow-none}  ]}}
 
15
\item{\verb{x}}{x origin of the extension}
 
16
\item{\verb{y}}{y origin of the extension}
 
17
\item{\verb{width}}{width of the extension}
 
18
\item{\verb{height}}{width of the extension}
 
19
\item{\verb{gap.side}}{the side on to which the extension is attached}
20
20
}
21
21
\author{Derived by RGtkGen from GTK+ documentation}
22
22
\keyword{internal}