GtkSharp/sample/GtkDemo
Mike Kestner 34c0ecbcf7 The rest of the first pass.
*.*: Stubbing and tweaking and cajoling and disabling to get
the first successful build of 3.0 bindings.
2011-02-08 22:15:37 -06:00
..
images
DemoApplicationWindow.cs 2008-02-29 Mike Kestner <mkestner@novell.com> 2008-02-29 22:22:19 +00:00
DemoAttribute.cs
DemoButtonBox.cs
DemoClipboard.cs
DemoColorSelection.cs
DemoDialog.cs
DemoDrawingArea.cs
DemoEditableCells.cs
DemoEntryCompletion.cs
DemoExpander.cs
DemoHyperText.cs 2005-06-22 Mike Kestner <mkestner@novell.com> 2005-06-22 19:18:19 +00:00
DemoIconView.cs 2007-01-09 Mike Kestner <mkestner@novell.com> 2007-01-09 20:34:59 +00:00
DemoImages.cs
DemoListStore.cs
DemoMain.cs
DemoMenus.cs
DemoPanes.cs
DemoPixbuf.cs 2007-01-09 Mike Kestner <mkestner@novell.com> 2007-01-09 20:59:40 +00:00
DemoPrinting.cs 2008-04-16 Mike Kestner <mkestner@novell.com> 2008-04-16 20:23:39 +00:00
DemoRotatedText.cs * sample/GtkDemo/DemoRotatedText.cs (RotatedTextExposeEvent): Use 2005-06-06 14:40:46 +00:00
DemoSizeGroup.cs
DemoStockBrowser.cs
DemoTextView.cs
DemoTreeStore.cs 2005-06-22 Mike Kestner <mkestner@novell.com> 2005-06-22 19:18:19 +00:00
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 use 48 for the icon size like gtk-demo 2005-05-07 17:49:05 +00:00

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.