gdkQueryVisualTypes          package:RGtk2          R Documentation

_g_d_k_Q_u_e_r_y_V_i_s_u_a_l_T_y_p_e_s

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

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

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

     gdkQueryVisualTypes()

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

     .

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

     A list containing the following elements: 

'visual.types': ['GdkVisualType']  return location for the available
          visual types

 'count': [integer]  return location for the number of available visual
          types

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

     Derived by RGtkGen from GTK+ documentation

