Re: GnomeDateEdit emits no signal on editing entry

2014-03-02 Thread John Coppens
On Sun, 2 Mar 2014 11:25:27 + Emmanuele Bassi 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 that gtk+ use ove

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

Re: GnomeDateEdit emits no signal on editing entry

2014-03-01 Thread Emmanuele Bassi
hi; On 1 March 2014 21:31, John Coppens wrote: > Hi Bernhard, Emmanuelle, it's Emmanuele. > I did not submit a bug report because I thought I was doing something wrong. > I couldn't really imagine this could really be an issue, given, like > Emmanuelle said, it is a very old widget, and the fa

Re: GnomeDateEdit emits no signal on editing entry

2014-03-01 Thread John Coppens
On Mon, 24 Feb 2014 17:33:56 +0001 Bernhard Schuster wrote: > Can you provide a complete minimal compileable example? Did you open a > bugreport? > > Best Hi Bernhard, Emmanuelle, I did not submit a bug report because I thought I was doing something wrong. I couldn't really imagine this could

Re: GnomeDateEdit emits no signal on editing entry

2014-02-24 Thread Emmanuele Bassi
hi; I'd like to point out a couple of things: • GnomeDateEdit is utterly deprecated, and has been for more than 5 years • even if there's a bug in that widget, it's very, very much unlikely that you'll ever see it fixed you can implement your own DateEdit widget with a GtkButton and a GtkCalen

Re: GnomeDateEdit emits no signal on editing entry

2014-02-24 Thread Bernhard Schuster
Can you provide a complete minimal compileable example? Did you open a bugreport? Best Bernhard On Fri, Feb 21, 2014 at 5:59 AM, John Coppens wrote: Hi guys & gals, This may be common knowledge, but I didn't find any reference. When editing the date manually (without the calendar dropdown)

Re: GnomeDateEdit

2005-05-30 Thread Peter Bloomfield
On 05/30/2005 05:42:49 AM, abhi rocks wrote: hi Could someone please tell me how to access the GtkEntry field in the GnomeDateEdit widget. I believe you can't. Or it would be cooler if someone could tell me how to extract the date and time from time_t data type. g_date_set_time will initia