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

« back to all changes in this revision

Viewing changes to man/GtkRecentChooserWidget.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
                                 +----GtkVBox
18
18
                                       +----GtkRecentChooserWidget}}
19
19
\section{Interfaces}{GtkRecentChooserWidget implements
20
 
 AtkImplementorIface,  \verb{\link{GtkBuildable}} and  \verb{\link{GtkRecentChooser}}.}
21
 
\section{Detailed Description}{\verb{\link{GtkRecentChooserWidget}} is a widget suitable for selecting recently used
22
 
files.  It is the main building block of a \verb{\link{GtkRecentChooserDialog}}.  Most
 
20
 AtkImplementorIface,  \code{\link{GtkBuildable}},  \code{\link{GtkOrientable}} and  \code{\link{GtkRecentChooser}}.}
 
21
\section{Detailed Description}{\code{\link{GtkRecentChooserWidget}} is a widget suitable for selecting recently used
 
22
files.  It is the main building block of a \code{\link{GtkRecentChooserDialog}}.  Most
23
23
applications will only need to use the latter; you can use
24
 
\verb{\link{GtkRecentChooserWidget}} as part of a larger window if you have special needs.
 
24
\code{\link{GtkRecentChooserWidget}} as part of a larger window if you have special needs.
25
25
  
26
 
Note that \verb{\link{GtkRecentChooserWidget}} does not have any methods of its own.
27
 
Instead, you should use the functions that work on a \verb{\link{GtkRecentChooser}}.
 
26
Note that \code{\link{GtkRecentChooserWidget}} does not have any methods of its own.
 
27
Instead, you should use the functions that work on a \code{\link{GtkRecentChooser}}.
28
28
  
29
29
Recently used files are supported since GTK+ 2.10.}
30
30
\section{Structures}{\describe{\item{\verb{GtkRecentChooserWidget}}{
33
33
 
34
34
}}}
35
35
\section{Convenient Construction}{\code{gtkRecentChooserWidget} is the equivalent of \code{\link{gtkRecentChooserWidgetNewForManager}}.}
36
 
\references{\url{http://developer.gnome.org/doc/API/2.0/gtk/GtkRecentChooserWidget.html}}
 
36
\references{\url{http://library.gnome.org/devel//gtk/GtkRecentChooserWidget.html}}
37
37
\author{Derived by RGtkGen from GTK+ documentation}
38
38
\seealso{
39
 
\verb{\link{GtkRecentChooser}}
40
 
\verb{\link{GtkRecentChooserDialog}}
 
39
\code{\link{GtkRecentChooser}}
 
40
\code{\link{GtkRecentChooserDialog}}
41
41
}
42
42
\keyword{internal}