state_changed


Description:

public virtual signal void state_changed (WindowState changed_mask, WindowState new_state)

Emitted when the state of window changes.

This can happen when window is (un)minimized, (un)maximized, (un)sticked, (un)shaded, (un)made above, (un)made below, (un)set fullscreen, when it needs attention, etc. See WindowState for the complete list of states that might have changed.

Parameters:

changed_mask

the bitmask containing bits set for all states of window that have changed.

new_state

the new state of window.