GtkRecentAction            package:RGtk2            R Documentation

_G_t_k_R_e_c_e_n_t_A_c_t_i_o_n

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

     An action of which represents a list of recently used files

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

     'gtkRecentActionNew(name, label, tooltip, stock.id)'
      'gtkRecentActionNewForManager(name, label, tooltip, stock.id,
     manager)'
      'gtkRecentActionGetShowNumbers(object)'
      'gtkRecentActionSetShowNumbers(object, show.numbers)'
      'gtkRecentAction(name, label, tooltip, stock.id)'

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

     GObject
        +----GtkAction
              +----GtkRecentAction 

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

     GtkRecentAction implements 'GtkBuildable' and  'GtkRecentChooser'.

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

     A GtkRecentAction represents a list of recently used files, which
     can be shown by widgets such as 'GtkRecentChooserDialog' or 
     'GtkRecentChooserMenu'.

     To construct a submenu showing recently used files, use a
     GtkRecentAction  as the action for a <menuitem>. To construct a
     menu toolbutton showing  the recently used files in the popup
     menu, use a GtkRecentAction as the  action for a <toolitem>
     element.

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


     '_G_t_k_R_e_c_e_n_t_A_c_t_i_o_n' _undocumented _


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

     'gtkRecentAction' is the equivalent of 'gtkRecentActionNew'.

_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 items should
          be displayed with a number.  Default value: FALSE


_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/GtkRecentAction.html>

