Ryujinx-GtkSharp/sample/GtkDemo
2011-07-29 18:10:58 +02:00
..
images 2003-10-30 Daniel Kornhauser Eisenberg <dkor@alum.mit.edu> 2003-10-31 00:01:35 +00:00
DemoApplicationWindow.cs sample: Port all existing GtkDemo samples to the new APIs 2011-06-18 19:21:21 +02:00
DemoAttribute.cs * samples/GtkDemo/*.cs: General fixup and cleanup; Remove some 2005-04-01 21:08:14 +00:00
DemoButtonBox.cs * samples/GtkDemo/*.cs: General fixup and cleanup; Remove some 2005-04-01 21:08:14 +00:00
DemoClipboard.cs * generator/Parameters.cs (IsHidden): method to check if a 2005-05-02 20:10:03 +00:00
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 * samples/GtkDemo/*.cs: General fixup and cleanup; Remove some 2005-04-01 21:08:14 +00:00
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 * samples/GtkDemo/*.cs: General fixup and cleanup; Remove some 2005-04-01 21:08:14 +00:00
DemoMain.cs sample: Port all existing GtkDemo samples to the new APIs 2011-06-18 19:21:21 +02:00
DemoMenus.cs * samples/GtkDemo/*.cs: General fixup and cleanup; Remove some 2005-04-01 21:08:14 +00:00
DemoPanes.cs * samples/GtkDemo/*.cs: General fixup and cleanup; Remove some 2005-04-01 21:08:14 +00:00
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 * sample/GtkDemo/DemoRotatedText.cs (RotatedTextExposeEvent): Use 2005-06-06 14:40:46 +00:00
DemoSizeGroup.cs sample: Port all existing GtkDemo samples to the new APIs 2011-06-18 19:21:21 +02:00
DemoStockBrowser.cs * samples/GtkDemo/*.cs: General fixup and cleanup; Remove some 2005-04-01 21:08:14 +00:00
DemoTextView.cs sample: Port all existing GtkDemo samples to the new APIs 2011-06-18 19:21:21 +02:00
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 * samples/GtkDemo/*.cs: General fixup and cleanup; Remove some 2005-04-01 21:08:14 +00:00
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.