File: gtkActionBlockActivateFrom.Rd

package info (click to toggle)
rgtk2 2.20.36-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 33,540 kB
  • sloc: ansic: 137,163; makefile: 2; sh: 1
file content (19 lines) | stat: -rw-r--r-- 836 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
\alias{gtkActionBlockActivateFrom}
\name{gtkActionBlockActivateFrom}
\title{gtkActionBlockActivateFrom}
\description{
Disables calls to the \code{\link{gtkActionActivate}}
function by signals on the given proxy widget.  This is used to
break notification loops for things like check or radio actions.
\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
action directly so this doesnt apply anymore.}
}
\usage{gtkActionBlockActivateFrom(object, proxy)}
\arguments{
\item{\verb{object}}{the action object}
\item{\verb{proxy}}{a proxy widget}
}
\details{This function is intended for use by action implementations.
  Since 2.4}
\author{Derived by RGtkGen from GTK+ documentation}
\keyword{internal}