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

« back to all changes in this revision

Viewing changes to man/GtkToggleToolButton.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:
21
21
                                             +----GtkToggleToolButton
22
22
                                                   +----GtkRadioToolButton}}
23
23
\section{Interfaces}{GtkToggleToolButton implements
24
 
 AtkImplementorIface and  \verb{\link{GtkBuildable}}.}
25
 
\section{Detailed Description}{  A \verb{\link{GtkToggleToolButton}} is a \verb{\link{GtkToolItem}} that contains a toggle
 
24
 AtkImplementorIface,  \code{\link{GtkBuildable}} and  \code{\link{GtkActivatable}}.}
 
25
\section{Detailed Description}{  A \code{\link{GtkToggleToolButton}} is a \code{\link{GtkToolItem}} that contains a toggle
26
26
  button.
27
27
  
28
28
  Use \code{\link{gtkToggleToolButtonNew}} to create a new
29
 
  \verb{\link{GtkToggleToolButton}}. Use \code{\link{gtkToggleToolButtonNewFromStock}} to
30
 
  create a new \verb{\link{GtkToggleToolButton}} containing a stock item.}
 
29
  \code{\link{GtkToggleToolButton}}. Use \code{\link{gtkToggleToolButtonNewFromStock}} to
 
30
  create a new \code{\link{GtkToggleToolButton}} containing a stock item.}
31
31
\section{Structures}{\describe{\item{\verb{GtkToggleToolButton}}{
32
 
  The \verb{\link{GtkToggleToolButton}} struct contains only private data and
 
32
  The \code{\link{GtkToggleToolButton}} struct contains only private data and
33
33
  should only be accessed through the functions described below.
34
34
 
35
35
}}}
36
36
\section{Convenient Construction}{\code{gtkToggleToolButton} is the equivalent of \code{\link{gtkToggleToolButtonNew}}.}
37
37
\section{Signals}{\describe{\item{\code{toggled(toggle.tool.button, user.data)}}{
38
 
Emitted whenever the toggle tool button changes state.  
 
38
Emitted whenever the toggle tool button changes state.
39
39
 
40
40
\describe{
41
 
\item{\code{toggle.tool.button}}{[\verb{\link{GtkToggleToolButton}}]  the object that emitted the signal}
42
 
\item{\code{user.data}}{[R object] user data set when the signal handler was connected.}
 
41
\item{\code{toggle.tool.button}}{the object that emitted the signal}
 
42
\item{\code{user.data}}{user data set when the signal handler was connected.}
43
43
}
44
44
 
45
45
 
46
46
}}}
47
47
\section{Properties}{\describe{\item{\verb{active} [logical : Read / Write]}{
48
48
 
49
 
If the toggle tool button should be pressed in or not.  
50
 
 
51
 
  Default value: FALSE  Since  2.8
 
49
If the toggle tool button should be pressed in or not.
 
50
  Default value: FALSE  Since 2.8
52
51
 
53
52
}}}
54
 
\references{\url{http://developer.gnome.org/doc/API/2.0/gtk/GtkToggleToolButton.html}}
 
53
\references{\url{http://library.gnome.org/devel//gtk/GtkToggleToolButton.html}}
55
54
\author{Derived by RGtkGen from GTK+ documentation}
56
55
\keyword{internal}