gdkVisualGetBestWithType        package:RGtk2        R Documentation

_g_d_k_V_i_s_u_a_l_G_e_t_B_e_s_t_W_i_t_h_T_y_p_e

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

     Get the best visual of the given 'visual.type' for the default GDK
     screen. Visuals with higher color depths are considered better.
     'NULL' may be returned if no visual has type 'visual.type'.

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

     gdkVisualGetBestWithType(visual.type)

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

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

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

     ['GdkVisual']  best visual of the given type

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

     Derived by RGtkGen from GTK+ documentation

