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

« back to all changes in this revision

Viewing changes to man/gtkListStoreSetColumnTypes.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{gtkListStoreSetColumnTypes}
2
2
\name{gtkListStoreSetColumnTypes}
3
3
\title{gtkListStoreSetColumnTypes}
4
 
\description{This function is meant primarily for \verb{GObjects} that inherit from \verb{\link{GtkListStore}},
5
 
and should only be used when constructing a new \verb{\link{GtkListStore}}.  It will not
6
 
function after a row has been added, or a method on the \verb{\link{GtkTreeModel}}
 
4
\description{This function is meant primarily for \verb{GObjects} that inherit from \code{\link{GtkListStore}},
 
5
and should only be used when constructing a new \code{\link{GtkListStore}}.  It will not
 
6
function after a row has been added, or a method on the \code{\link{GtkTreeModel}}
7
7
interface is called.}
8
8
\usage{gtkListStoreSetColumnTypes(object, types)}
9
9
\arguments{
10
 
\item{\verb{object}}{[\verb{\link{GtkListStore}}]  A \verb{\link{GtkListStore}}}
11
 
\item{\verb{types}}{[\verb{\link{GType}}]  An list length n of \verb{GTypes}}
 
10
\item{\verb{object}}{A \code{\link{GtkListStore}}}
 
11
\item{\verb{types}}{ An list length n of \verb{GTypes}. \emph{[  \acronym{array}   length=n_columns]}}
12
12
}
13
13
\author{Derived by RGtkGen from GTK+ documentation}
14
14
\keyword{internal}