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

« back to all changes in this revision

Viewing changes to man/GtkCellView.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:
9
9
\code{\link{gtkCellViewNewWithMarkup}(markup)}\cr
10
10
\code{\link{gtkCellViewNewWithPixbuf}(pixbuf)}\cr
11
11
\code{\link{gtkCellViewSetModel}(object, model = NULL)}\cr
 
12
\code{\link{gtkCellViewGetModel}(object)}\cr
12
13
\code{\link{gtkCellViewSetDisplayedRow}(object, path = NULL)}\cr
13
14
\code{\link{gtkCellViewGetDisplayedRow}(object)}\cr
14
15
\code{\link{gtkCellViewGetSizeOfRow}(object, path)}\cr
15
16
\code{\link{gtkCellViewSetBackgroundColor}(object, color)}\cr
16
17
\code{\link{gtkCellViewGetCellRenderers}(object)}\cr
 
18
\code{\link{gtkCellViewGetCellRenderers}(object)}\cr
17
19
\code{gtkCellView(show = TRUE)}
18
20
}
19
21
\section{Hierarchy}{\preformatted{GObject
22
24
               +----GtkWidget
23
25
                     +----GtkCellView}}
24
26
\section{Interfaces}{GtkCellView implements
25
 
 AtkImplementorIface,  \verb{\link{GtkBuildable}} and  \verb{\link{GtkCellLayout}}.}
26
 
\section{Detailed Description}{A \verb{\link{GtkCellView}} displays a single row of a \verb{\link{GtkTreeModel}}, using
27
 
cell renderers just like \verb{\link{GtkTreeView}}. \verb{\link{GtkCellView}} doesn't support
28
 
some of the more complex features of \verb{\link{GtkTreeView}}, like cell editing
 
27
 AtkImplementorIface,  \code{\link{GtkBuildable}} and  \code{\link{GtkCellLayout}}.}
 
28
\section{Detailed Description}{A \code{\link{GtkCellView}} displays a single row of a \code{\link{GtkTreeModel}}, using
 
29
cell renderers just like \code{\link{GtkTreeView}}. \code{\link{GtkCellView}} doesn't support
 
30
some of the more complex features of \code{\link{GtkTreeView}}, like cell editing
29
31
and drag and drop.}
30
32
\section{Structures}{\describe{\item{\verb{GtkCellView}}{
31
33
\emph{undocumented
39
41
Background color as a string.  Default value: NULL
40
42
 
41
43
}
42
 
\item{\verb{background-gdk} [\verb{\link{GdkColor}} : *             : Read / Write]}{
 
44
\item{\verb{background-gdk} [\code{\link{GdkColor}} : *             : Read / Write]}{
43
45
 
44
46
Background color as a GdkColor.
45
47
 
49
51
Whether this tag affects the background color.  Default value: FALSE
50
52
 
51
53
}
52
 
\item{\verb{model} [\verb{\link{GtkTreeModel}} : *         : Read / Write]}{
 
54
\item{\verb{model} [\code{\link{GtkTreeModel}} : *         : Read / Write]}{
53
55
 
54
56
The model for cell view
55
57
  
56
 
since 2.10  
 
58
since 2.10
57
59
 
58
60
}
59
61
}}
60
 
\references{\url{http://developer.gnome.org/doc/API/2.0/gtk/GtkCellView.html}}
 
62
\references{\url{http://library.gnome.org/devel//gtk/GtkCellView.html}}
61
63
\author{Derived by RGtkGen from GTK+ documentation}
62
64
\keyword{internal}