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

« back to all changes in this revision

Viewing changes to man/gtkActionDisconnectProxy.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{gtkActionDisconnectProxy}
2
2
\name{gtkActionDisconnectProxy}
3
3
\title{gtkActionDisconnectProxy}
4
 
\description{Disconnects a proxy widget from an action.  
5
 
Does \emph{not} destroy the widget, however.}
 
4
\description{
 
5
Disconnects a proxy widget from an action.  
 
6
Does \emph{not} destroy the widget, however.
 
7
\strong{WARNING: \code{gtk_action_disconnect_proxy} has been deprecated since version 2.16 and should not be used in newly-written code. Use \code{\link{gtkActivatableSetRelatedAction}} instead.}
 
8
}
6
9
\usage{gtkActionDisconnectProxy(object, proxy)}
7
10
\arguments{
8
 
\item{\verb{object}}{[\verb{\link{GtkAction}}]  the action object}
9
 
\item{\verb{proxy}}{[\verb{\link{GtkWidget}}]  the proxy widget}
 
11
\item{\verb{object}}{the action object}
 
12
\item{\verb{proxy}}{the proxy widget}
10
13
}
11
 
\details{  Since  2.4}
 
14
\details{Since 2.4}
12
15
\author{Derived by RGtkGen from GTK+ documentation}
13
16
\keyword{internal}