On Tue, Jan 09, 2007 at 12:39:05PM -0500, Adam Tauno Williams wrote: > I'm going to try to build a weekview calendar widget, something like you > seen in evolution/outlook - like > http://ftp-us-at.componentsource.com/res/pub/img/products/full/516197.gif
This is almost invariably going to require a custom widget to accomplish everything you'd need out of a calendar widget. Your best bet is reading the source to the calendar widget in evolution, and using that as inspiration. They recently moved to cairo for all of their drawing, I'd suggest you do the same, if you want it looking good. -pete -- Peter Johanson <[EMAIL PROTECTED]> _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
