get_window_stack_for_monitor


Description:

public List<unowned Window> get_window_stack_for_monitor (int monitor)

Used to fetch all windows that BAMF knows about in the requested screen, in stacking bottom-to-top order.

If the monitor is set to a negative value, then it fetches all the available windows in all monitors.

Parameters:

this

a Matcher

monitor

the monitor you want the stack from, negative value to get all

Returns:

A list of Window's.