gtkIconSourceSetDirectionWildcarded  package:RGtk2  R Documentation

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

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

     If the text direction is wildcarded, this source can be used as
     the base image for an icon in any 'GtkTextDirection'. If the text
     direction is not wildcarded, then the text direction the icon
     source applies to should be set with 'gtkIconSourceSetDirection',
     and the icon source will only be used with that text direction.

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

     gtkIconSourceSetDirectionWildcarded(object, setting)

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

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

'setting': [logical] 'TRUE' to wildcard the text direction

_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.

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

     Derived by RGtkGen from GTK+ documentation

