gdkVisualGetBestWithDepth       package:RGtk2       R Documentation

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

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

     Get the best visual with depth 'depth' for the default GDK screen.
     Color visuals and visuals with mutable colormaps are preferred
     over grayscale or fixed-colormap visuals. 'NULL' may be returned
     if no visual supports 'depth'.

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

     gdkVisualGetBestWithDepth(depth)

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

 'depth': [integer]  a bit depth

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

     ['GdkVisual']  best visual for the given depth

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

     Derived by RGtkGen from GTK+ documentation

