GtkSharp/sample/GtkDemo
2013-09-22 16:43:43 +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 sample: Update description of DemoDrawingArea GtkDemo sample 2013-09-22 16:43:43 +02:00
DemoEditableCells.cs samples: Track API changes (I- interface prefixes) 2013-07-23 12:05:24 -05:00
DemoEntryCompletion.cs samples: Track API changes (I- interface prefixes) 2013-07-23 12:05:24 -05:00
DemoExpander.cs sample: Port all existing GtkDemo samples to the new APIs 2011-06-18 19:21:21 +02:00
DemoHyperText.cs sample: Fix compilation warning in DemoHyperText 2012-11-04 18:25:08 +01:00
DemoIconView.cs
DemoImages.cs sample: Port all existing GtkDemo samples to the new APIs 2011-06-18 19:21:21 +02:00
DemoListStore.cs
DemoMain.cs samples: Track API changes (I- interface prefixes) 2013-07-23 12:05:24 -05:00
DemoMenus.cs gtk: Make the Group property for Radio* widgets a properly typed array 2012-11-15 12:05:45 +01:00
DemoPanes.cs Update samples to use generic collections 2012-11-04 16:58:39 +01:00
DemoPixbuf.cs sample: Port all existing GtkDemo samples to the new APIs 2011-06-18 19:21:21 +02:00
DemoPrinting.cs
DemoRotatedText.cs
DemoSizeGroup.cs sample: Port all existing GtkDemo samples to the new APIs 2011-06-18 19:21:21 +02:00
DemoStockBrowser.cs samples: Track API changes (I- interface prefixes) 2013-07-23 12:05:24 -05:00
DemoTextView.cs sample: Port all existing GtkDemo samples to the new APIs 2011-06-18 19:21:21 +02:00
DemoTreeStore.cs
DemoUIManager.cs
Makefile.am
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.