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

« back to all changes in this revision

Viewing changes to man/GtkSeparatorMenuItem.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:
17
17
                                       +----GtkMenuItem
18
18
                                             +----GtkSeparatorMenuItem}}
19
19
\section{Interfaces}{GtkSeparatorMenuItem implements
20
 
 AtkImplementorIface and  \verb{\link{GtkBuildable}}.}
21
 
\section{Detailed Description}{The \verb{\link{GtkSeparatorMenuItem}} is a separator used to group
 
20
 AtkImplementorIface,  \code{\link{GtkBuildable}} and  \code{\link{GtkActivatable}}.}
 
21
\section{Detailed Description}{The \code{\link{GtkSeparatorMenuItem}} is a separator used to group
22
22
items within a menu. It displays a horizontal line with a shadow to
23
23
make it appear sunken into the interface.}
24
24
\section{Structures}{\describe{\item{\verb{GtkSeparatorMenuItem}}{
25
 
The \verb{\link{GtkSeparatorMenuItem}} struct contains private data only, and
 
25
The \code{\link{GtkSeparatorMenuItem}} struct contains private data only, and
26
26
should be accessed using the functions below.
27
27
 
28
28
}}}
29
29
\section{Convenient Construction}{\code{gtkSeparatorMenuItem} is the equivalent of \code{\link{gtkSeparatorMenuItemNew}}.}
30
 
\references{\url{http://developer.gnome.org/doc/API/2.0/gtk/GtkSeparatorMenuItem.html}}
 
30
\references{\url{http://library.gnome.org/devel//gtk/GtkSeparatorMenuItem.html}}
31
31
\author{Derived by RGtkGen from GTK+ documentation}
32
32
\keyword{internal}