calendar with Gtk+ 2.0

2007-04-14 Thread vicente garcia
Hi, I'm programming a GTK program with freepascal and MySQL. The application must administer a Medical center and I need a calendar to show when the patients must go to the doctor. I'm working with the widget GtkCalendar, it's cool but I need something like this: http://farm1.static.flickr.com/176

Re: calendar with Gtk+ 2.0

2007-04-14 Thread Andrew Sobala
vicente garcia wrote: > Hi, I'm programming a GTK program with freepascal and MySQL. The > application > must administer a Medical center and I need a calendar to show when the > patients must go to the doctor. I'm working with the widget GtkCalendar, > it's cool but I need something like this: >

Re: calendar with Gtk+ 2.0

2007-04-15 Thread Murray Cumming
On Sat, 2007-04-14 at 16:45 +0100, Andrew Sobala wrote: > vicente garcia wrote: > > Hi, I'm programming a GTK program with freepascal and MySQL. The > > application > > must administer a Medical center and I need a calendar to show when the > > patients must go to the doctor. I'm working with the