GtkWindow::deiconify

void deiconify();

Asks the window manager to deiconify (to un-minimize) the window.

It may be that there are some settings preventing this, so don't depend on that it is really unminimized after calling this function. Normally it is, but don't write code that crashes if not.