unminimize
Description:
public void unminimize ()
Asks to unminimize the specified this.
Note that you shouldn’t assume the window is definitely unminimized afterward, because the windowing system might not support this functionality; other entities (e.g. the user or the window manager) could minimize it again, or there may not be a window manager in which case minimization isn’t possible, etc.
You can track result of this operation via the [property@Gdk.Toplevel:state] property.
Parameters:
this |
a `GtkWindow` |