[Gtk-sharp-list] Gtk-sharp widget library released !
Adam Tauno Williams
awilliam at whitemice.org
Sat May 31 21:58:22 EDT 2008
> > Basically I'm just trying to make something that displays n-number of
> > days and unto which events can be placed. The widget handles the
> > packing for overlapping events (what I find to be the really hard part).
> > Events can be dragged around and right-clicked for a context menu.
> > Dragging is crude but it works. The ability to set event color and
> > possibly an icon would be nice. Multi-day events currently work. It
> > might be better if each event was its own event box - not sure.
> > This calendar is in its own DLL, code is at
> > <http://code.google.com/p/consonance/source/browse> in the
> > trunk/Gtk/Calendar folder.
> Pimlico Dates [1] has a pretty good calendar widget in GTK, with
> several level of view : date, week, year.
That does look nice
<http://pimlico-project.org/images/screenshots/dates5.png>, do you now
if it handles overlapping events?
> Unfortunately it's written
> in C, but it might be easier to port it to GTK# or create a binding
> than recreating a whole new widget.
I'd much prefer a managed widget to a binding.
More information about the Gtk-sharp-list
mailing list