gdkScreenIsComposited         package:RGtk2         R Documentation

_g_d_k_S_c_r_e_e_n_I_s_C_o_m_p_o_s_i_t_e_d

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

     Returns whether windows with an RGBA visual can reasonably be
     expected to have their alpha channel drawn correctly on the
     screen.

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

     gdkScreenIsComposited(object)

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

'object': ['GdkScreen']  a 'GdkScreen'

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

     On X11 this function returns whether a compositing manager is
     compositing 'screen'.  

     Since  2.10

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

     [logical]  Whether windows with RGBA visuals can reasonably be
     expected to have their alpha channels drawn correctly on the
     screen.

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

     Derived by RGtkGen from GTK+ documentation

