gtkIconSourceSetSizeWildcarded     package:RGtk2     R Documentation

_g_t_k_I_c_o_n_S_o_u_r_c_e_S_e_t_S_i_z_e_W_i_l_d_c_a_r_d_e_d

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

     If the icon size is wildcarded, this source can be used as the
     base image for an icon of any size.  If the size is not
     wildcarded, then the size the source applies to should be set with
     'gtkIconSourceSetSize' and the icon source will only be used with
     that specific size.

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

     gtkIconSourceSetSizeWildcarded(object, setting)

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

'object': ['GtkIconSource']  a 'GtkIconSource'

'setting': [logical] 'TRUE' to wildcard the widget state

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

     'GtkIconSet' prefers non-wildcarded sources (exact matches) over
     wildcarded sources, and will use an exact match when possible.
     'GtkIconSet' will normally scale wildcarded source images to
     produce an appropriate icon at a given size, but will not change
     the size of source images that match exactly.

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

     Derived by RGtkGen from GTK+ documentation

