Calendar widget for Perl-GTK?

View: New views
2 Messages — Rating Filter:   Alert me  

Calendar widget for Perl-GTK?

by Steve Manes-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I've seen GTK popup/dialog calendar date pickers for PyGtk and PHP-Gtk
like this:

http://www.kksou.com/php-gtk2/articles/setup-a-pulldown-calendar-for-date-selection.php

Are there any third-party calendar widgets like this available for Perl-GTK?

I can port the PHP widget, above, to Perl if necessary but if somebody's
already done it, I can be lazy too.



_______________________________________________
gtk-perl-list mailing list
gtk-perl-list@...
http://mail.gnome.org/mailman/listinfo/gtk-perl-list

Re: Calendar widget for Perl-GTK?

by Kevin Ryde :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Steve Manes <gtk@...> writes:
>
> Are there any third-party calendar widgets like this available for Perl-GTK?

As a bit of self-promotion, I made myself some numeric spinners.  It can
be used just as a widget, or as a popup to edit a cell in a TreeView
etc.

    http://user42.tuxfamily.org/gtk2-ex-datespinner/index.html

examples/cellrenderer_date.pl in the perl-gtk sources has a cell popup
with the builtin GtkCalendar widget too.

(The cell stuff is ridiculously complicated of course ...)
_______________________________________________
gtk-perl-list mailing list
gtk-perl-list@...
http://mail.gnome.org/mailman/listinfo/gtk-perl-list