[Mono-list] Gtk# "agenda" widget

Adam Tauno Williams awilliam at whitemice.org
Thu Nov 20 16:27:37 EST 2008


> I'm writing a software I will use in my future (I'm gonna be a dentist in 2-3
> years, and I want to use Debian at work :) ).
> I was looking for a GTK# "agenda" widget: for those of you who might not
> understand, something like a grid with Days as columns, and Hours as rows (or
> Halfs of hours, or [..]).

<http://docs.google.com/Doc?id=ddv5htgd_23c4spt3gj>

> Someone pointed me to the "Work week" view in Evolution, and yes, that's what I
> want to achieve.
> Is there any Gtk# binding to it? AFAICS from Evolution's code, it's not even a
> "plain" Gtk+ widget -- but a custom widget itself.

None, that I'm aware of.

> Is there anyone who has ever worked on something similar?

Yes, me.  I've created a DayView that draws itself with Cairo.  It needs
polish but it renders and can plot events (with a few bugs).

<http://code.google.com/p/consonance/source/browse/#svn/trunk/Whitemice.Gtk/Calendar>

> I know I might ned to wrap that widget by myself -- any
> guide/tutorial/help/manual/hint on how to do that? I've only done some
> DllImport() in my C# life ;)




More information about the Mono-list mailing list