get_windows
Description:
[
CCode ( cname =
"xfw_screen_get_windows" ) ]
public unowned List<
Window>?
get_windows ()
Retrieves the list of windows currently displayed on this.
The list and its contents are owned by this.
Parameters:
Returns:
|
the list of Window on this, or
null if there are no windows. The list and its contents are owned by
this.
|