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

« back to all changes in this revision

Viewing changes to man/gdk-Drawing-Primitives.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:
48
48
         +----GdkPixmap}}
49
49
\section{Detailed Description}{These functions provide support for drawing points, lines, arcs and text
50
50
onto what are called 'drawables'. Drawables, as the name suggests, are things
51
 
which support drawing onto them, and are either \verb{\link{GdkWindow}} or \verb{\link{GdkPixmap}}
 
51
which support drawing onto them, and are either \code{\link{GdkWindow}} or \code{\link{GdkPixmap}}
52
52
objects.
53
53
  
54
 
Many of the drawing operations take a \verb{\link{GdkGC}} argument, which represents a
55
 
graphics context. This \verb{\link{GdkGC}} contains a number of drawing attributes such
 
54
Many of the drawing operations take a \code{\link{GdkGC}} argument, which represents a
 
55
graphics context. This \code{\link{GdkGC}} contains a number of drawing attributes such
56
56
as foreground color, background color and line width, and is used to reduce
57
57
the number of arguments needed for each drawing operation. See the
58
58
Graphics Contexts section for
59
59
more information.
60
60
  
61
 
Some of the drawing operations take Pango data structures like \verb{\link{PangoContext}},
62
 
\verb{\link{PangoLayout}} or \verb{\link{PangoLayoutLine}} as arguments. If you're using GTK+, the ususal 
 
61
Some of the drawing operations take Pango data structures like \code{\link{PangoContext}},
 
62
\code{\link{PangoLayout}} or \code{\link{PangoLayoutLine}} as arguments. If you're using GTK+, the ususal
63
63
way to obtain these structures is via \code{\link{gtkWidgetCreatePangoContext}} or
64
64
\code{\link{gtkWidgetCreatePangoLayout}}.}
65
65
\section{Structures}{\describe{
66
66
\item{\verb{GdkDrawable}}{
67
67
An opaque structure representing an object that can be
68
 
drawn onto. This can be a \verb{\link{GdkPixmap}}, a \verb{\link{GdkBitmap}},
69
 
or a \verb{\link{GdkWindow}}.
 
68
drawn onto. This can be a \code{\link{GdkPixmap}}, a \code{\link{GdkBitmap}},
 
69
or a \code{\link{GdkWindow}}.
70
70
 
71
71
}
72
72
\item{\verb{GdkSegment}}{
84
84
}
85
85
\item{\verb{GdkTrapezoid}}{
86
86
Specifies a trapezpoid for use by the \code{\link{gdkDrawTrapezoids}}.
87
 
The trapezoids used here have parallel, horizontal top and 
88
 
bottom edges. 
 
87
The trapezoids used here have parallel, horizontal top and
 
88
bottom edges.
89
89
\strong{\verb{GdkTrapezoid} is a \link{transparent-type}.}
90
90
 
91
91
\describe{
99
99
 
100
100
}
101
101
}}
102
 
\references{\url{http://developer.gnome.org/doc/API/2.0/gdk/gdk-Drawing-Primitives.html}}
 
102
\references{\url{http://library.gnome.org/devel//gdk/gdk-Drawing-Primitives.html}}
103
103
\author{Derived by RGtkGen from GTK+ documentation}
104
104
\keyword{internal}