gdkQueryDepths             package:RGtk2             R Documentation

_g_d_k_Q_u_e_r_y_D_e_p_t_h_s

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

     This function returns the available bit depths for the default
     screen. It's equivalent to listing the visuals ('gdkListVisuals')
     and then looking at the depth field in each visual, removing
     duplicates.

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

     gdkQueryDepths()

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

     .

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

     A list containing the following elements: 

'depths': [integer]  return location for available depths 

 'count': [integer]  return location for number of available depths

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

     Derived by RGtkGen from GTK+ documentation

