get_windows_stacked
Description:
[
CCode ( cname =
"xfw_screen_get_windows_stacked" ) ]
public unowned List<
Window>?
get_windows_stacked ()
Retrieves the list of windows currently displayed on this, in stacking order, with the bottom-most
window first in the returned list.
Parameters:
Returns:
|
the list of Window on this, in stacking
order, or null if there are no windows. The list and its contents are owned by
this.
|