File: gdkGCSetLineAttributes.Rd

package info (click to toggle)
rgtk2 2.20.36-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 33,540 kB
  • sloc: ansic: 137,163; makefile: 2; sh: 1
file content (17 lines) | stat: -rw-r--r-- 712 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
\alias{gdkGCSetLineAttributes}
\name{gdkGCSetLineAttributes}
\title{gdkGCSetLineAttributes}
\description{Sets various attributes of how lines are drawn. See
the corresponding members of \code{\link{GdkGCValues}} for full
explanations of the arguments.}
\usage{gdkGCSetLineAttributes(object, line.width, line.style, cap.style, 
    join.style)}
\arguments{
\item{\verb{object}}{a \code{\link{GdkGC}}.}
\item{\verb{line.width}}{the width of lines.}
\item{\verb{line.style}}{the dash-style for lines.}
\item{\verb{cap.style}}{the manner in which the ends of lines are drawn.}
\item{\verb{join.style}}{the in which lines are joined together.}
}
\author{Derived by RGtkGen from GTK+ documentation}
\keyword{internal}