Re: GtkApplication with different ApplicationWindows

2016-08-14 Thread zahlenmeer
I tested it with "normal" GtkWindows, and yes, they work the same way GtkApplicationWindows do. But in my case I have multiple application windows with different semantics. And this is not the intention behind GtkApplication. I guess I could make it work, but it would be really happy and result in

Re: GtkApplication with different ApplicationWindows

2016-08-14 Thread Victor Aurélio Santos
This is what i found on the GtkApplication docs: > While GtkApplication works fine with plain GtkWindows, it is recommended to > use it together with GtkApplicationWindow. So, you can use just a GtkWindow, or "TaskWindow" for say... I've not tested, but it should work. 2016-08-13 10:21

Re: gtk-app-devel-list Digest, Vol 148, Issue 7

2016-08-14 Thread Joël Krähemann
Hi Why don't you inherit GtkApplication and override its functions? You could interfaces to get what object you need. Bests, Joël On Sun, Aug 14, 2016 at 12:00 PM, wrote: > Send gtk-app-devel-list mailing list submissions to >