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

« back to all changes in this revision

Viewing changes to man/gtkCellRendererEditingCanceled.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:
7
7
\strong{WARNING: \code{gtk_cell_renderer_editing_canceled} has been deprecated since version 2.6 and should not be used in newly-written code. Use \code{\link{gtkCellRendererStopEditing}} instead}
8
8
}
9
9
\usage{gtkCellRendererEditingCanceled(object)}
10
 
\arguments{\item{\verb{object}}{[\verb{\link{GtkCellRenderer}}]  A \verb{\link{GtkCellRenderer}}}}
 
10
\arguments{\item{\verb{object}}{A \code{\link{GtkCellRenderer}}}}
11
11
\details{This function is for use only by implementations of cell renderers that 
12
12
need to notify the client program that an editing process was canceled 
13
 
and the changes were not committed.  
14
 
 
15
 
  Since  2.4}
 
13
and the changes were not committed.
 
14
  Since 2.4}
16
15
\author{Derived by RGtkGen from GTK+ documentation}
17
16
\keyword{internal}