Address: http://www.infoq.com/cn/news/2008/06/gtksharp-holly-widgets
GTK # is a collection of GTK + toolkits in gnome. By using mono with monodevelop's stetic designer, developers can use GTK # To build graphical interfaces. Daniel declared his GTK in the mono-GTK # email list last week.CodeCompleted:
I am very happy to share with you some of my work over the past two weeks-a 100% and monodevelop/stetic compatible GTK # customizable control class library.
Link: http://code.google.com/p/holly-gtk-widgets/ (here I have some screenshots)
The first version of Holly widgets mainly includes the following controls:
Hfontpicker-a font selector pendant for office-like systems
Hdateedit-a time selector that supports custom format options
Hsimplelist-a simple list pendant inspired by the winforms ListBox control (there are cool items sets, ownerdrawn attributes, and onmeasureitem, ondrawitem events, etc)
Hsimplecombobox-a simple drop-down box pendant inspired by the winforms ComboBox control
Hregexentry -- an input box with regular expression verification. A small icon is displayed when the entered content is correct.
Hcolorpicker -- a simple drop-down color selector (similar to Office)
Htooltip -- a cool tooltip window
Hipentry-a pendant that allows users to enter IPv4 addresses
Htreeview-a pendant using Treeview, a bit similar to the control in winforms
Hcombotree-a drop-down box with a tree view (htreeview)
Hcombofolder -- a drop-down box pendant with a file tree pop-up
In the next version, Daniel will provide the following controls:
- Hschedulingcalendar-a calendar pendant
- Hpicturebox-an image frame pendant similar to winform's predecessor
- Himagecheckbox -- An Image Selection box
- Hcombocalculator-a pop-up drop-down box Calculator
- Hnumericentry -- used for numeric Input