Hello, For doing something like that that, using cairo, I suggest to use Gtk.Layout. For some reason I have not been able to catch some events with a Gtk.Fixed. Gtk.Layout has the advantage of being very similar to Gtk.DrawingArea, that is why it is perfect for drawing with Cairo.
Manuel. 2007/1/9, Peter Johanson <[EMAIL PROTECTED]>: > 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 > -- · Manuel Alejandro Cerón Estrada · [EMAIL PROTECTED] · http://ceronman.blogspot.com _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
