Re: Gtk::Window resize grip replacement

2015-05-15 Thread Emmanuele Bassi
Hi; On 15 May 2015 at 12:33, Stefan Salewski 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 and 4k d

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*204

Re: Gtk::Window resize grip replacement

2015-05-14 Thread Emmanuele Bassi
Hi; On 14 May 2015 at 20:36, Detlef Reichl wrote: > Am 14.05.2015 um 20:09 schrieb Emmanuele Bassi: >> Hi; >> >> On 14 May 2015 at 18:59, Detlef Reichl wrote: >> >>> the resize grip of Gtk::Window (gtk_window_set_has_resize_grip) is >>> deprecated since 3.14. Is there a suggested replacement, o

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 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 que

Re: Gtk::Window resize grip replacement

2015-05-14 Thread Emmanuele Bassi
Hi; On 14 May 2015 at 18:59, Detlef Reichl 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 grip? Some context: