GtkSharp/sample/GtkDemo
2011-07-29 18:10:58 +02:00
..
images
DemoApplicationWindow.cs sample: Port all existing GtkDemo samples to the new APIs 2011-06-18 19:21:21 +02:00
DemoAttribute.cs
DemoButtonBox.cs
DemoClipboard.cs
DemoColorSelection.cs DemoColorSelection: Remove Drawn callback and preserve selected color 2011-07-29 18:10:36 +02:00
DemoDialog.cs sample: Port all existing GtkDemo samples to the new APIs 2011-06-18 19:21:21 +02:00
DemoDrawingArea.cs DemoDrawingArea: Fix sample to actually do some drawing 2011-07-29 18:10:58 +02:00
DemoEditableCells.cs
DemoEntryCompletion.cs sample: Port all existing GtkDemo samples to the new APIs 2011-06-18 19:21:21 +02:00
DemoExpander.cs sample: Port all existing GtkDemo samples to the new APIs 2011-06-18 19:21:21 +02:00
DemoHyperText.cs sample: Port all existing GtkDemo samples to the new APIs 2011-06-18 19:21:21 +02:00
DemoIconView.cs 2007-01-09 Mike Kestner <mkestner@novell.com> 2007-01-09 20:34:59 +00:00
DemoImages.cs sample: Port all existing GtkDemo samples to the new APIs 2011-06-18 19:21:21 +02:00
DemoListStore.cs
DemoMain.cs sample: Port all existing GtkDemo samples to the new APIs 2011-06-18 19:21:21 +02:00
DemoMenus.cs
DemoPanes.cs
DemoPixbuf.cs sample: Port all existing GtkDemo samples to the new APIs 2011-06-18 19:21:21 +02:00
DemoPrinting.cs 2008-04-16 Mike Kestner <mkestner@novell.com> 2008-04-16 20:23:39 +00:00
DemoRotatedText.cs
DemoSizeGroup.cs sample: Port all existing GtkDemo samples to the new APIs 2011-06-18 19:21:21 +02:00
DemoStockBrowser.cs
DemoTextView.cs sample: Port all existing GtkDemo samples to the new APIs 2011-06-18 19:21:21 +02:00
DemoTreeStore.cs
DemoUIManager.cs 2008-02-29 Mike Kestner <mkestner@novell.com> 2008-02-29 22:22:19 +00:00
Makefile.am The rest of the first pass. 2011-02-08 22:15:37 -06:00
README
TODO

This is a mostly complete port of gtk-demo to Gtk#; for notes on
what's missing, see the TODO file.

The original port was done by Daniel Kornhauser (dkor@alum.mit.edu),
with additions/changes/fixes by various other people, as seen in the
main gtk-sharp ChangeLog.

For the most part, the various demos should stay as close as possible
to the C version, so that GtkDemo.exe can be compared against gtk-demo
to make sure Gtk# is working correctly.