gtkIconSourceSetStateWildcarded    package:RGtk2    R Documentation

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

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

     If the widget state is wildcarded, this source can be used as the
     base image for an icon in any 'GtkStateType'.  If the widget state
     is not wildcarded, then the state the source applies to should be
     set with 'gtkIconSourceSetState' and the icon source will only be
     used with that specific state.

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

     gtkIconSourceSetStateWildcarded(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 transform wildcarded source images to
     produce an appropriate icon for a given state, for example
     lightening an image on prelight, but will not modify source images
     that match exactly.

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

     Derived by RGtkGen from GTK+ documentation

