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

« back to all changes in this revision

Viewing changes to man/GtkRecentChooserMenu.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:
19
19
                                 +----GtkMenu
20
20
                                       +----GtkRecentChooserMenu}}
21
21
\section{Interfaces}{GtkRecentChooserMenu implements
22
 
 AtkImplementorIface,  \verb{\link{GtkBuildable}} and  \verb{\link{GtkRecentChooser}}.}
23
 
\section{Detailed Description}{\verb{\link{GtkRecentChooserMenu}} is a widget suitable for displaying recently used files
24
 
inside a menu.  It can be used to set a sub-menu of a \verb{\link{GtkMenuItem}} using
25
 
\code{\link{gtkMenuItemSetSubmenu}}, or as the menu of a \verb{\link{GtkMenuToolButton}}.
26
 
  
27
 
Note that \verb{\link{GtkRecentChooserMenu}} does not have any methods of its own.  Instead,
28
 
you should use the functions that work on a \verb{\link{GtkRecentChooser}}.
29
 
  
30
 
Note also that \verb{\link{GtkRecentChooserMenu}} does not support multiple filters, as it
31
 
has no way to let the user choose between them as the \verb{\link{GtkRecentChooserWidget}}
32
 
and \verb{\link{GtkRecentChooserDialog}} widgets do. Thus using \code{\link{gtkRecentChooserAddFilter}}
33
 
on a \verb{\link{GtkRecentChooserMenu}} widget will yield the same effects as using
 
22
 AtkImplementorIface,  \code{\link{GtkBuildable}},  \code{\link{GtkRecentChooser}} and  \code{\link{GtkActivatable}}.}
 
23
\section{Detailed Description}{\code{\link{GtkRecentChooserMenu}} is a widget suitable for displaying recently used files
 
24
inside a menu.  It can be used to set a sub-menu of a \code{\link{GtkMenuItem}} using
 
25
\code{\link{gtkMenuItemSetSubmenu}}, or as the menu of a \code{\link{GtkMenuToolButton}}.
 
26
  
 
27
Note that \code{\link{GtkRecentChooserMenu}} does not have any methods of its own.  Instead,
 
28
you should use the functions that work on a \code{\link{GtkRecentChooser}}.
 
29
  
 
30
Note also that \code{\link{GtkRecentChooserMenu}} does not support multiple filters, as it
 
31
has no way to let the user choose between them as the \code{\link{GtkRecentChooserWidget}}
 
32
and \code{\link{GtkRecentChooserDialog}} widgets do. Thus using \code{\link{gtkRecentChooserAddFilter}}
 
33
on a \code{\link{GtkRecentChooserMenu}} widget will yield the same effects as using
34
34
\code{\link{gtkRecentChooserSetFilter}}, replacing any currently set filter
35
35
with the supplied filter; \code{\link{gtkRecentChooserRemoveFilter}} will remove
36
 
any currently set \verb{\link{GtkRecentFilter}} object and will unset the current filter;
 
36
any currently set \code{\link{GtkRecentFilter}} object and will unset the current filter;
37
37
\code{\link{gtkRecentChooserListFilters}} will return a list containing a single
38
 
\verb{\link{GtkRecentFilter}} object.
 
38
\code{\link{GtkRecentFilter}} object.
39
39
  
40
40
Recently used files are supported since GTK+ 2.10.}
41
41
\section{Structures}{\describe{\item{\verb{GtkRecentChooserMenu}}{
47
47
\section{Properties}{\describe{\item{\verb{show-numbers} [logical : Read / Write]}{
48
48
 
49
49
Whether the first ten items in the menu should be prepended by
50
 
a number acting as a unique mnemonic.  
51
 
 
52
 
  Default value: FALSE  Since  2.10
 
50
a number acting as a unique mnemonic.
 
51
  Default value: FALSE  Since 2.10
53
52
 
54
53
}}}
55
 
\references{\url{http://developer.gnome.org/doc/API/2.0/gtk/GtkRecentChooserMenu.html}}
 
54
\references{\url{http://library.gnome.org/devel//gtk/GtkRecentChooserMenu.html}}
56
55
\author{Derived by RGtkGen from GTK+ documentation}
57
 
\seealso{\verb{\link{GtkRecentChooser}}}
 
56
\seealso{\code{\link{GtkRecentChooser}}}
58
57
\keyword{internal}