gtkToolbarSetIconSize         package:RGtk2         R Documentation

_g_t_k_T_o_o_l_b_a_r_S_e_t_I_c_o_n_S_i_z_e

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

     This function sets the size of stock icons in the toolbar. You can
     call it both before you add the icons and after they've been
     added. The size you set will override user preferences for the
     default icon size.

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

     gtkToolbarSetIconSize(object, icon.size)

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

'object': ['GtkToolbar']  A 'GtkToolbar'

'icon.size': ['GtkIconSize']  The 'GtkIconSize' that stock icons in the
          toolbar shall have.

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

     This should only be used for special-purpose toolbars, normal
     application toolbars should respect the user preferences for the
     size of icons.

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

     Derived by RGtkGen from GTK+ documentation

