gdkVisualGetBestWithBoth        package:RGtk2        R Documentation

_g_d_k_V_i_s_u_a_l_G_e_t_B_e_s_t_W_i_t_h_B_o_t_h

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

     Combines 'gdkVisualGetBestWithDepth' and
     'gdkVisualGetBestWithType'.

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

     gdkVisualGetBestWithBoth(depth, visual.type)

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

 'depth': [integer]  a bit depth

'visual.type': ['GdkVisualType']  a visual type

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

     ['GdkVisual']  best visual with both 'depth' and 'visual.type', or
     'NULL' if none

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

     Derived by RGtkGen from GTK+ documentation

