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

« back to all changes in this revision

Viewing changes to man/gtkLabelSetAttributes.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:
1
1
\alias{gtkLabelSetAttributes}
2
2
\name{gtkLabelSetAttributes}
3
3
\title{gtkLabelSetAttributes}
4
 
\description{Sets a \verb{\link{PangoAttrList}}; the attributes in the list are applied to the
5
 
label text. The attributes set with this function will be ignored
6
 
if the \verb{"use-underline"}" or \verb{"use-markup"} properties
7
 
are set to \code{TRUE}.}
 
4
\description{Sets a \code{\link{PangoAttrList}}; the attributes in the list are applied to the
 
5
label text. }
8
6
\usage{gtkLabelSetAttributes(object, attrs)}
9
7
\arguments{
10
 
\item{\verb{object}}{[\verb{\link{GtkLabel}}]  a \verb{\link{GtkLabel}}}
11
 
\item{\verb{attrs}}{[\verb{\link{PangoAttrList}}]  a \verb{\link{PangoAttrList}}}
 
8
\item{\verb{object}}{a \code{\link{GtkLabel}}}
 
9
\item{\verb{attrs}}{a \code{\link{PangoAttrList}}}
12
10
}
 
11
\details{\strong{PLEASE NOTE:} The attributes set with this function will be applied
 
12
and merged with any other attributes previously effected by way
 
13
of the \verb{"use-underline"} or \verb{"use-markup"} properties.
 
14
While it is not recommended to mix markup strings with manually set
 
15
attributes, if you must; know that the attributes will be applied
 
16
to the label after the markup string is parsed.}
 
17
\note{The attributes set with this function will be applied
 
18
and merged with any other attributes previously effected by way
 
19
of the \verb{"use-underline"} or \verb{"use-markup"} properties.
 
20
While it is not recommended to mix markup strings with manually set
 
21
attributes, if you must; know that the attributes will be applied
 
22
to the label after the markup string is parsed.}
13
23
\author{Derived by RGtkGen from GTK+ documentation}
14
24
\keyword{internal}