gtkRecentActionNewForManager      package:RGtk2      R Documentation

_g_t_k_R_e_c_e_n_t_A_c_t_i_o_n_N_e_w_F_o_r_M_a_n_a_g_e_r

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

     Creates a new 'GtkRecentAction' object. To add the action to a
     'GtkActionGroup' and set the accelerator for the action, call
     'gtkActionGroupAddActionWithAccel'.

_U_s_a_g_e:

     gtkRecentActionNewForManager(name, label, tooltip, stock.id, manager)

_A_r_g_u_m_e_n_t_s:

  'name': [character]  a unique name for the action

 'label': [character]  the label displayed in menu items and on
          buttons, or 'NULL'

'tooltip': [character]  a tooltip for the action, or 'NULL'

'stock.id': [character]  the stock icon to display in widgets
          representing the action, or 'NULL'

'manager': ['GtkRecentManager']  a 'GtkRecentManager', or 'NULL' for
          using the default 'GtkRecentManager'

_D_e_t_a_i_l_s:

     Since  2.12

_V_a_l_u_e:

     ['GtkAction']  the newly created 'GtkRecentAction'

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

     Derived by RGtkGen from GTK+ documentation

