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

« back to all changes in this revision

Viewing changes to man/GtkCellRendererPixbuf.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:
12
12
         +----GtkObject
13
13
               +----GtkCellRenderer
14
14
                     +----GtkCellRendererPixbuf}}
15
 
\section{Detailed Description}{A \verb{\link{GtkCellRendererPixbuf}} can be used to render an image in a cell. It allows to render 
16
 
either a given \verb{\link{GdkPixbuf}} (set via the 
17
 
pixbuf property) or a stock icon 
 
15
\section{Detailed Description}{A \code{\link{GtkCellRendererPixbuf}} can be used to render an image in a cell. It allows to render
 
16
either a given \code{\link{GdkPixbuf}} (set via the
 
17
pixbuf property) or a stock icon
18
18
(set via the stock-id property).
19
19
  
20
 
To support the tree view, \verb{\link{GtkCellRendererPixbuf}} also supports rendering two alternative 
21
 
pixbufs, when the is-expander property 
22
 
is \code{TRUE}. If the is-expanded property 
23
 
is \code{TRUE} and the 
24
 
pixbuf-expander-open 
25
 
property is set to a pixbuf, it renders that pixbuf, if the 
 
20
To support the tree view, \code{\link{GtkCellRendererPixbuf}} also supports rendering two alternative
 
21
pixbufs, when the is-expander property
 
22
is \code{TRUE}. If the is-expanded property
 
23
is \code{TRUE} and the
 
24
pixbuf-expander-open
 
25
property is set to a pixbuf, it renders that pixbuf, if the
26
26
is-expanded property is \code{FALSE} and
27
 
the 
28
 
pixbuf-expander-closed 
29
 
property is set to a pixbuf, it renders that one. }
 
27
the
 
28
pixbuf-expander-closed
 
29
property is set to a pixbuf, it renders that one.}
30
30
\section{Structures}{\describe{\item{\verb{GtkCellRendererPixbuf}}{
31
31
\emph{undocumented
32
32
}
37
37
\item{\verb{follow-state} [logical : Read / Write]}{
38
38
 
39
39
Specifies whether the rendered pixbuf should be colorized
40
 
according to the \code{\link{GtkCellRendererState}}.  
41
 
 
42
 
  Default value: FALSE  Since  2.8
 
40
according to the \code{\link{GtkCellRendererState}}.
 
41
  Default value: FALSE  Since 2.8
 
42
 
 
43
}
 
44
\item{\verb{gicon} [\code{\link{GIcon}} : *                : Read / Write]}{
 
45
 
 
46
The GIcon representing the icon to display.
 
47
If the icon theme is changed, the image will be updated
 
48
automatically.
 
49
  Since 2.14
43
50
 
44
51
}
45
52
\item{\verb{icon-name} [character : *                : Read / Write]}{
46
53
 
47
54
The name of the themed icon to display.
48
 
This property only has an effect if not overridden by "stock_id" 
49
 
or "pixbuf" properties.  
50
 
 
51
 
  Default value: NULL  Since  2.8 
 
55
This property only has an effect if not overridden by "stock_id"
 
56
or "pixbuf" properties.
 
57
  Default value: NULL  Since 2.8
52
58
 
53
59
}
54
 
\item{\verb{pixbuf} [\verb{\link{GdkPixbuf}} : *            : Read / Write]}{
 
60
\item{\verb{pixbuf} [\code{\link{GdkPixbuf}} : *            : Read / Write]}{
55
61
 
56
62
The pixbuf to render.
57
63
 
58
64
}
59
 
\item{\verb{pixbuf-expander-closed} [\verb{\link{GdkPixbuf}} : *            : Read / Write]}{
 
65
\item{\verb{pixbuf-expander-closed} [\code{\link{GdkPixbuf}} : *            : Read / Write]}{
60
66
 
61
67
Pixbuf for closed expander.
62
68
 
63
69
}
64
 
\item{\verb{pixbuf-expander-open} [\verb{\link{GdkPixbuf}} : *            : Read / Write]}{
 
70
\item{\verb{pixbuf-expander-open} [\code{\link{GdkPixbuf}} : *            : Read / Write]}{
65
71
 
66
72
Pixbuf for open expander.
67
73
 
82
88
 
83
89
}
84
90
}}
85
 
\references{\url{http://developer.gnome.org/doc/API/2.0/gtk/GtkCellRendererPixbuf.html}}
 
91
\references{\url{http://library.gnome.org/devel//gtk/GtkCellRendererPixbuf.html}}
86
92
\author{Derived by RGtkGen from GTK+ documentation}
87
93
\keyword{internal}