Re: New to GTK+ and a question about Combo boxes.

2009-09-04 Thread Steve Manes
Kevin Ryde wrote: 2) How come the pulldown lists appear (for lack of a better term) double spaced? Is there a fix for that? If it's not the newlines muppet said then there's also a small amout of y padding in CellRendererText which annoyed me (over the plain GtkCList). Force it down with

Calendar widget for Perl-GTK?

2009-09-04 Thread Steve Manes
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

New to GTK+ and a question about Combo boxes.

2009-08-31 Thread Steve Manes
I'm building a Perk-GTK application on Windows which includes a date element, which is three ComboBoxes clustered together in an Hbox: month, day, year. Since there are several places in the application where a date is added, I built a function to return an Hbox containing those three combo