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

« back to all changes in this revision

Viewing changes to man/gtkTreeSortableSetSortFunc.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{gtkTreeSortableSetSortFunc}
2
2
\name{gtkTreeSortableSetSortFunc}
3
3
\title{gtkTreeSortableSetSortFunc}
4
 
\description{Sets the comparison function used when sorting to be \code{sort.func}.  If the
5
 
current sort column id of \code{sortable} is the same as \code{sort.column.id}, then the
6
 
model will sort using this function.}
 
4
\description{Sets the comparison function used when sorting to be \code{sort.func}. If the
 
5
current sort column id of \code{sortable} is the same as \code{sort.column.id}, then 
 
6
the model will sort using this function.}
7
7
\usage{gtkTreeSortableSetSortFunc(object, sort.column.id, sort.func, user.data = NULL)}
8
8
\arguments{
9
 
\item{\verb{object}}{[\verb{\link{GtkTreeSortable}}]  A \verb{\link{GtkTreeSortable}}}
10
 
\item{\verb{sort.column.id}}{[integer]  the sort column id to set the function for}
11
 
\item{\verb{sort.func}}{[\verb{\link{GtkTreeIterCompareFunc}}]  The comparison function}
12
 
\item{\verb{user.data}}{[R object]  User data to pass to \code{sort.func}, or \code{NULL}}
 
9
\item{\verb{object}}{A \code{\link{GtkTreeSortable}}}
 
10
\item{\verb{sort.column.id}}{the sort column id to set the function for}
 
11
\item{\verb{sort.func}}{The comparison function}
 
12
\item{\verb{user.data}}{ User data to pass to \code{sort.func}, or \code{NULL}. \emph{[  \acronym{allow-none}  ]}}
13
13
}
14
14
\author{Derived by RGtkGen from GTK+ documentation}
15
15
\keyword{internal}