GtkRecentChooserMenu          package:RGtk2          R Documentation

_G_t_k_R_e_c_e_n_t_C_h_o_o_s_e_r_M_e_n_u

_D_e_s_c_r_i_p_t_i_o_n:

     Displays recently used files in a menu

_M_e_t_h_o_d_s _a_n_d _F_u_n_c_t_i_o_n_s:

     'gtkRecentChooserMenuNew()'
      'gtkRecentChooserMenuNewForManager(manager = NULL, show = TRUE)'
      'gtkRecentChooserMenuGetShowNumbers(object)'
      'gtkRecentChooserMenuSetShowNumbers(object, show.numbers)'
      'gtkRecentChooserMenu(manager = NULL, show = TRUE)'

_H_i_e_r_a_r_c_h_y:

     GObject
        +----GInitiallyUnowned
              +----GtkObject
                    +----GtkWidget
                          +----GtkContainer
                                +----GtkMenuShell
                                      +----GtkMenu
                                            +----GtkRecentChooserMenu 

_I_n_t_e_r_f_a_c_e_s:

     GtkRecentChooserMenu implements AtkImplementorIface, 
     'GtkBuildable' and  'GtkRecentChooser'.

_D_e_t_a_i_l_e_d _D_e_s_c_r_i_p_t_i_o_n:

     'GtkRecentChooserMenu' is a widget suitable for displaying
     recently used files inside a menu.  It can be used to set a
     sub-menu of a 'GtkMenuItem' using 'gtkMenuItemSetSubmenu', or as
     the menu of a 'GtkMenuToolButton'.

     Note that 'GtkRecentChooserMenu' does not have any methods of its
     own.  Instead, you should use the functions that work on a
     'GtkRecentChooser'.

     Note also that 'GtkRecentChooserMenu' does not support multiple
     filters, as it has no way to let the user choose between them as
     the 'GtkRecentChooserWidget' and 'GtkRecentChooserDialog' widgets
     do. Thus using 'gtkRecentChooserAddFilter' on a
     'GtkRecentChooserMenu' widget will yield the same effects as using
     'gtkRecentChooserSetFilter', replacing any currently set filter
     with the supplied filter; 'gtkRecentChooserRemoveFilter' will
     remove any currently set 'GtkRecentFilter' object and will unset
     the current filter; 'gtkRecentChooserListFilters' will return a
     list containing a single 'GtkRecentFilter' object.

     Recently used files are supported since GTK+ 2.10.

_S_t_r_u_c_t_u_r_e_s:


     '_G_t_k_R_e_c_e_n_t_C_h_o_o_s_e_r_M_e_n_u' _undocumented _


_C_o_n_v_e_n_i_e_n_t _C_o_n_s_t_r_u_c_t_i_o_n:

     'gtkRecentChooserMenu' is the equivalent of
     'gtkRecentChooserMenuNewForManager'.

_P_r_o_p_e_r_t_i_e_s:


     '_s_h_o_w-_n_u_m_b_e_r_s' [_l_o_g_i_c_a_l : _R_e_a_d / _W_r_i_t_e] Whether the first ten
          items in the menu should be prepended by a number acting as a
          unique mnemonic.  

          Default value: FALSE  Since  2.10


_A_u_t_h_o_r(_s):

     Derived by RGtkGen from GTK+ documentation

_R_e_f_e_r_e_n_c_e_s:

     <URL:
     http://developer.gnome.org/doc/API/2.0/gtk/GtkRecentChooserMenu.html>

_S_e_e _A_l_s_o:

     'GtkRecentChooser'

