Re: Date edit widget?

2009-02-13 Thread Andrea Zagli

Il giorno gio 12 feb 2009 19:13:40 CET, John Coppens ha scritto:

Once upon a time there used to be a gnome_date_edit widget. But with the
tendency to eliminate most of gnome ui things, I was looking what to use
if some GTK replacement existed instead.

I only found GtkCalendar - but I don't want an entire calendar on my
forms! Anyone know if there is some practical replacement for a date
(+time) editor?


look at this http://gtkdateentry.sourceforge.net/

___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


Date edit widget?

2009-02-12 Thread John Coppens
Hello people.

Once upon a time there used to be a gnome_date_edit widget. But with the
tendency to eliminate most of gnome ui things, I was looking what to use
if some GTK replacement existed instead.

I only found GtkCalendar - but I don't want an entire calendar on my
forms! Anyone know if there is some practical replacement for a date
(+time) editor?

John
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


Re: Date edit widget?

2009-02-12 Thread Michael Cronenworth

 Original Message 
Subject: Date edit widget?
From: John Coppens j...@jcoppens.com
To: gtk-app-devel-list@gnome.org
Date: 02/12/2009 12:13 PM

  Once upon a time there used to be a gnome_date_edit widget. But with the

tendency to eliminate most of gnome ui things, I was looking what to use
if some GTK replacement existed instead.

I only found GtkCalendar - but I don't want an entire calendar on my
forms! Anyone know if there is some practical replacement for a date
(+time) editor?



GTK does not have a specialized widget like that. You will have to 
create it yourself.

___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


Re: Date edit widget?

2009-02-12 Thread Martín Vales

Michael Cronenworth escribió:

 Original Message 
Subject: Date edit widget?
From: John Coppens j...@jcoppens.com
To: gtk-app-devel-list@gnome.org
Date: 02/12/2009 12:13 PM

  Once upon a time there used to be a gnome_date_edit widget. But 
with the

tendency to eliminate most of gnome ui things, I was looking what to use
if some GTK replacement existed instead.

I only found GtkCalendar - but I don't want an entire calendar on my
forms! Anyone know if there is some practical replacement for a date
(+time) editor?


Hi:
Perhaps you can use pimlico:
http://www.pimlico-project.org/

Regards.





GTK does not have a specialized widget like that. You will have to 
create it yourself.

___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list




--
Martín R. Vales,
Intergeo Tecnología (IGT)
El Escorial (Madrid)
Phone: +34 91 890 20 61
Fax+: 34 91 890 75 73
www.intergeotecnologia.com




___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


Re: Date edit widget?

2009-02-12 Thread Rodrigo Miguel
I'm looking something like that too, like this:
http://code.google.com/p/holly-gtk-widgets/wiki/HDateEditor but
without the time/clock options, only gtk_calendar.

Thanks
Rodrigo
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


Re: Date edit widget?

2009-02-12 Thread Marcos Gambeta

Rodrigo Miguel escreveu:

I'm looking something like that too, like this:
http://code.google.com/p/holly-gtk-widgets/wiki/HDateEditor but
without the time/clock options, only gtk_calendar.



Rodrigo,

The project HomeBank have one.

http://homebank.free.fr/

See the sources:

\homebank-4.0.2\homebank-4.0.2\src\gtkdateentry.c
\homebank-4.0.2\homebank-4.0.2\src\gtkdateentry.h

But the license is GPL.


Regards,
Marcos Antonio Gambeta
http://www.magsoftinfo.com.br/blog/

___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list