Re: Gtk::Window resize grip replacement

2015-05-15 Thread Emmanuele Bassi
Hi; On 15 May 2015 at 12:33, Stefan Salewski m...@ssalewski.de wrote: On Thu, 2015-05-14 at 20:48 +0100, Emmanuele Bassi wrote: Client-side decorated windows when running under a compositor have 5 pixels around the border Interesting. I wonder if these pixel design works well with ultra-HD

Re: Gtk::Window resize grip replacement

2015-05-15 Thread Stefan Salewski
On Thu, 2015-05-14 at 20:48 +0100, Emmanuele Bassi wrote: Client-side decorated windows when running under a compositor have 5 pixels around the border Interesting. I wonder if these pixel design works well with ultra-HD and 4k displays? I am going to buy a 27 or 28 inch display with 3840*2048

Gtk::Window resize grip replacement

2015-05-14 Thread Detlef Reichl
Hi, the resize grip of Gtk::Window (gtk_window_set_has_resize_grip) is deprecated since 3.14. Is there a suggested replacement, or do I have to do it on my own? Cheers, detlef ___ gtk-list mailing list gtk-list@gnome.org

Re: Gtk::Window resize grip replacement

2015-05-14 Thread Emmanuele Bassi
Hi; On 14 May 2015 at 18:59, Detlef Reichl detlef.rei...@gmx.org wrote: the resize grip of Gtk::Window (gtk_window_set_has_resize_grip) is deprecated since 3.14. Is there a suggested replacement, or do I have to do it on my own? The actual question is: why do you feel the need for a resize

Re: Gtk::Window resize grip replacement

2015-05-14 Thread Emmanuele Bassi
Hi; On 14 May 2015 at 20:36, Detlef Reichl detlef.rei...@gmx.org wrote: Am 14.05.2015 um 20:09 schrieb Emmanuele Bassi: Hi; On 14 May 2015 at 18:59, Detlef Reichl detlef.rei...@gmx.org wrote: the resize grip of Gtk::Window (gtk_window_set_has_resize_grip) is deprecated since 3.14. Is

Re: Gtk::Window resize grip replacement

2015-05-14 Thread Detlef Reichl
Hi, Am 14.05.2015 um 20:09 schrieb Emmanuele Bassi: Hi; On 14 May 2015 at 18:59, Detlef Reichl detlef.rei...@gmx.org wrote: the resize grip of Gtk::Window (gtk_window_set_has_resize_grip) is deprecated since 3.14. Is there a suggested replacement, or do I have to do it on my own? The