gdkScreenGetWindowStack        package:RGtk2        R Documentation

_g_d_k_S_c_r_e_e_n_G_e_t_W_i_n_d_o_w_S_t_a_c_k

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

     Returns a 'list' of 'GdkWindow's representing the current window
     stack.

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

     gdkScreenGetWindowStack(object)

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

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

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

     On X11, this is done by inspecting the _NET_CLIENT_LIST_STACKING
     property on the root window, as described in the Extended Window
     Manager Hints (<URL: http://www.org/Standards/wm-spec>). If the
     window manager does not support the _NET_CLIENT_LIST_STACKING
     hint, this function returns 'NULL'.

     On other platforms, this function may return 'NULL', depending on
     whether it is implementable on that platform.

     The returned list is newly allocated and owns references to the
     windows it contains.  

     Since  2.10

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

     [list]  a list of 'GdkWindow's for the current window stack, or
     'NULL'.

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

     Derived by RGtkGen from GTK+ documentation

