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

« back to all changes in this revision

Viewing changes to man/GtkRecentAction.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:
14
14
   +----GtkAction
15
15
         +----GtkRecentAction}}
16
16
\section{Interfaces}{GtkRecentAction implements
17
 
 \verb{\link{GtkBuildable}} and  \verb{\link{GtkRecentChooser}}.}
 
17
 \code{\link{GtkBuildable}} and  \code{\link{GtkRecentChooser}}.}
18
18
\section{Detailed Description}{A GtkRecentAction represents a list of recently used files, which
19
 
can be shown by widgets such as \verb{\link{GtkRecentChooserDialog}} or 
20
 
\verb{\link{GtkRecentChooserMenu}}.
 
19
can be shown by widgets such as \code{\link{GtkRecentChooserDialog}} or
 
20
\code{\link{GtkRecentChooserMenu}}.
21
21
  
22
 
To construct a submenu showing recently used files, use a GtkRecentAction 
23
 
as the action for a <menuitem>. To construct a menu toolbutton showing 
24
 
the recently used files in the popup menu, use a GtkRecentAction as the 
 
22
To construct a submenu showing recently used files, use a GtkRecentAction
 
23
as the action for a <menuitem>. To construct a menu toolbutton showing
 
24
the recently used files in the popup menu, use a GtkRecentAction as the
25
25
action for a <toolitem> element.}
26
26
\section{Structures}{\describe{\item{\verb{GtkRecentAction}}{
27
27
\emph{undocumented
34
34
Whether the items should be displayed with a number.  Default value: FALSE
35
35
 
36
36
}}}
37
 
\references{\url{http://developer.gnome.org/doc/API/2.0/gtk/GtkRecentAction.html}}
 
37
\references{\url{http://library.gnome.org/devel//gtk/GtkRecentAction.html}}
38
38
\author{Derived by RGtkGen from GTK+ documentation}
39
39
\keyword{internal}