[ CCode ( cname = "xfw_screen_set_show_desktop" ) ]
public void set_show_desktop (bool show)
Showing the desktop minimizes the windows not minimized at the time of the query.
The reverse process unminimizes those same windows, if they have not already been unminimized or destroyed. The desktop show state can be tracked via show_desktop.
The state of the previously active window is always restored upon unminimization, but there is no guarantee for the rest of the window stacking order on Wayland.
A request to switch to the current state is silently ignored.
| this |
an Screen. |
| show |
true to show the desktop, false to restore the previous state. |