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

« back to all changes in this revision

Viewing changes to man/gtkActionBlockActivateFrom.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{gtkActionBlockActivateFrom}
2
2
\name{gtkActionBlockActivateFrom}
3
3
\title{gtkActionBlockActivateFrom}
4
 
\description{Disables calls to the \code{\link{gtkActionActivate}}
 
4
\description{
 
5
Disables calls to the \code{\link{gtkActionActivate}}
5
6
function by signals on the given proxy widget.  This is used to
6
 
break notification loops for things like check or radio actions.}
 
7
break notification loops for things like check or radio actions.
 
8
\strong{WARNING: \code{gtk_action_block_activate_from} has been deprecated since version 2.16 and should not be used in newly-written code. activatables are now responsible for activating the
 
9
action directly so this doesnt apply anymore.}
 
10
}
7
11
\usage{gtkActionBlockActivateFrom(object, proxy)}
8
12
\arguments{
9
 
\item{\verb{object}}{[\verb{\link{GtkAction}}]  the action object}
10
 
\item{\verb{proxy}}{[\verb{\link{GtkWidget}}]  a proxy widget}
 
13
\item{\verb{object}}{the action object}
 
14
\item{\verb{proxy}}{a proxy widget}
11
15
}
12
 
\details{This function is intended for use by action implementations.  
13
 
 
14
 
  Since  2.4}
 
16
\details{This function is intended for use by action implementations.
 
17
  Since 2.4}
15
18
\author{Derived by RGtkGen from GTK+ documentation}
16
19
\keyword{internal}