gtkIconInfoGetBaseSize         package:RGtk2         R Documentation

_g_t_k_I_c_o_n_I_n_f_o_G_e_t_B_a_s_e_S_i_z_e

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

     Gets the base size for the icon. The base size is a size for the
     icon that was specified by the icon theme creator. This may be
     different than the actual size of image; an example of this is
     small emblem icons that can be attached to a larger icon. These
     icons will be given the same base size as the larger icons to
     which they are attached.

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

     gtkIconInfoGetBaseSize(object)

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

'object': ['GtkIconInfo']  a 'GtkIconInfo'

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

     Since  2.4

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

     [integer]  the base size, or 0, if no base size is known for the
     icon.

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

     Derived by RGtkGen from GTK+ documentation

