Widget descriptors as unions

2015-05-14 Thread Jean-Marie Delapierre
Hi, I have coded in C language with GTK+ since a few months. In the first times, I have used the usual pointer casting provided with the library: GTK_CONTAINER (my_window) for exemple. In my opinion, there are two disadvantages with this system: first, the widget pointers are not "object styl

Re: Widget descriptors as unions

2015-05-14 Thread Emmanuele Bassi
Hi; this mailing list is probably not the one you want to use — development of the GLib/GTK+ libraries is discussed on gtk-devel-l...@gnome.org. On 14 May 2015 at 10:27, Jean-Marie Delapierre wrote: > I have coded in C language with GTK+ since a few months. > In the first times, I have used the

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 https://mail.gnome.org/mailman/l

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:

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