File: gtkTreeRowReferenceReordered.Rd

package info (click to toggle)
rgtk2 2.20.31-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 33,456 kB
  • ctags: 10,450
  • sloc: ansic: 136,466; makefile: 5; sh: 1
file content (14 lines) | stat: -rw-r--r-- 635 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
\alias{gtkTreeRowReferenceReordered}
\name{gtkTreeRowReferenceReordered}
\title{gtkTreeRowReferenceReordered}
\description{Lets a set of row reference created by \code{\link{gtkTreeRowReferenceNewProxy}}
know that the model emitted the "rows_reordered" signal.}
\usage{gtkTreeRowReferenceReordered(proxy, path, iter, new.order)}
\arguments{
\item{\verb{proxy}}{A \code{\link{GObject}}}
\item{\verb{path}}{The parent path of the reordered signal}
\item{\verb{iter}}{The iter pointing to the parent of the reordered}
\item{\verb{new.order}}{The new order of rows}
}
\author{Derived by RGtkGen from GTK+ documentation}
\keyword{internal}