Hy there,
I'm proud to present you with my last two weeks work - a gtk-sharp custom control library compatible 100% with monodevelop/stetic.
Url:
http://code.google.com/p/holly-gtk-widgets/ (yeah, I have screen shots there )
Widgets ( custom controls ) in holly-widgets library:
HFontPicker - A office like font picker widget
HDateEdit - A date-time picker supporting custom formatting options
HSimpleList - A simple list widget, inspired by the Winforms Listbox control ( has the nice Items collection, the OwnerDrawn property and the OnMeasureItem, OnDrawItem events ).
HSimpleComboBox - A simple combobox widget, inspired by the Winforms Combobox control
HRegExEntry - A simple entry with regular expressions validation. Has a small icon that changes if the content is valid or invalid.
HColorPicker - A simple color picker drop-down ( office like )
HToolTip - A nice ballon tooltip window
HIpEntry - A widget that alows the user to enter an IPv4 address
HTreeView - A simple to use TreeView? widget, similar to the winforms one
HComboTree - A easy to use combobox with a treeview ( HTreeView ) inside
HComboFolder - A combobox widget with a folder tree popup
Hope you will enjoy this and excuse my bad English.
Daniel.