pangoFontsetForeach          package:RGtk2          R Documentation

_p_a_n_g_o_F_o_n_t_s_e_t_F_o_r_e_a_c_h

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

     Iterates through all the fonts in a fontset, calling 'func' for
     each one. If 'func' returns 'TRUE', that stops the iteration.

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

     pangoFontsetForeach(object, func, data)

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

'object': ['PangoFontset']  a 'PangoFontset'

  'func': ['PangoFontsetForeachFunc']  Callback function

  'data': [R object]  data to pass to the callback function

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

     Since  1.4

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

     Derived by RGtkGen from GTK+ documentation

