gtkRcFindPixmapInPath         package:RGtk2         R Documentation

_g_t_k_R_c_F_i_n_d_P_i_x_m_a_p_I_n_P_a_t_h

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

     Looks up a file in pixmap path for the specified 'GtkSettings'. If
     the file is not found, it outputs a warning message using
     'gWarning()' and returns 'NULL'.

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

     gtkRcFindPixmapInPath(settings, scanner = NULL, pixmap.file)

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

'settings': ['GtkSettings']  a 'GtkSettings'

'scanner': [GScanner]  Scanner used to get line number information for
          the warning message, or 'NULL'

'pixmap.file': [character]  name of the pixmap file to locate.

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

     [character]  the filename.

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

     Derived by RGtkGen from GTK+ documentation

