Re: GnomeDateEdit emits no signal on editing entry

2014-03-02 Thread Emmanuele Bassi
hi; after digging a bit in my email archives, and with the help of the wiki[1], I finally remembered why we didn't port GnomeDateEdit to GTK+: noboby was actually using it. the DateEdit widget was only exposed in the bindings and in Glade. some work was started in 2006 to get a new widget inside

Help replacing GtkDrawingArea with GtkLayout

2014-03-02 Thread Richard Shann
I want to replace the existing GtkDrawingArea with a GtkLayout in a large application (GNU Denemo). When I do this just by substituting gtk_drawing_area_new() with gtk_layout_new(NULL, NULL) I do not receive the configure_event and scroll_event signals, although the code gtk_widget_add_events ..

Re: GnomeDateEdit emits no signal on editing entry

2014-03-02 Thread John Coppens
On Sun, 2 Mar 2014 11:25:27 + Emmanuele Bassi eba...@gmail.com wrote: that never happened because nobody used that widget either. :-) Sorry for the name confusion, Emmanuele (though I suspect this is not the first time :) I have been using gtk for many years now, and have the impression