On Sun, 2012-10-28 at 08:53 +0000, Richard Hughes wrote: > I was wondering if we could do something using GtkApplication. It > seems a shame to reimplement this in every app when most apps have > just one window...
Even easier and general-purpose: gtk_window_set_state_saving_key (window, char *key); Call it before realization, and Magic Happens at the right time :) Federico _______________________________________________ desktop-devel-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/desktop-devel-list
