Re: Preserved Window Placement



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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]