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

« back to all changes in this revision

Viewing changes to man/gtkWidgetGetModifierStyle.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{gtkWidgetGetModifierStyle}
4
4
\description{Returns the current modifier style for the widget. (As set by
5
5
\code{\link{gtkWidgetModifyStyle}}.) If no style has previously set, a new
6
 
\verb{\link{GtkRcStyle}} will be created with all values unset, and set as the
 
6
\code{\link{GtkRcStyle}} will be created with all values unset, and set as the
7
7
modifier style for the widget. If you make changes to this rc
8
8
style, you must call \code{\link{gtkWidgetModifyStyle}}, passing in the
9
9
returned rc style, to make sure that your changes take effect.}
10
10
\usage{gtkWidgetGetModifierStyle(object)}
11
 
\arguments{\item{\verb{object}}{[\verb{\link{GtkWidget}}]  a \verb{\link{GtkWidget}}}}
 
11
\arguments{\item{\verb{object}}{a \code{\link{GtkWidget}}}}
12
12
\details{Caution: passing the style back to \code{\link{gtkWidgetModifyStyle}} will
13
13
normally end up destroying it, because \code{\link{gtkWidgetModifyStyle}} copies
14
14
the passed-in style and sets the copy as the new modifier style,
15
15
thus dropping any reference to the old modifier style. Add a reference
16
 
to the modifier style if you want to keep it alive.  }
17
 
\value{[\verb{\link{GtkRcStyle}}]  the modifier style for the widget. If you want to keep a pointer to value this
18
 
  around.}
 
16
to the modifier style if you want to keep it alive.}
 
17
\value{[\code{\link{GtkRcStyle}}]  the modifier style for the widget. If you want to keep a pointer to value this
 
18
  around, \emph{[  \acronym{transfer none}  ]}}
19
19
\author{Derived by RGtkGen from GTK+ documentation}
20
20
\keyword{internal}