Ryujinx-GtkSharp/sample/GtkDemo
2017-08-24 15:21:41 +02:00
..
css GtkDemo: Add a CssBasics demo to demonstrate CSS theming 2014-05-29 21:44:49 +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
DemoCssBasics.cs GtkDemo: Add a CssBasics demo to demonstrate CSS theming 2014-05-29 21:44:49 +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 Updated to Gtk+ 3.20.4 2016-05-11 09:50:01 +02:00
DemoIconView.cs 2007-01-09 Mike Kestner <mkestner@novell.com> 2007-01-09 20:34:59 +00:00
DemoImages.cs sample: Fix GtkDemo/DemoImages progressive update with recent gtk+ 2014-05-25 17:20:11 +02:00
DemoListStore.cs * samples/GtkDemo/*.cs: General fixup and cleanup; Remove some 2005-04-01 21:08:14 +00:00
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 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
DemoSpinner.cs GtkDemo: Add a Spinner demo 2014-05-29 18:25:42 +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
DemoThemingStyleClasses.cs GtkDemo: Add demo for theming style classes 2014-05-30 14:42:32 +02:00
DemoTreeStore.cs Make samples able to compile 2014-11-03 15:53:22 +01:00
DemoUIManager.cs 2008-02-29 Mike Kestner <mkestner@novell.com> 2008-02-29 22:22:19 +00:00
Makefile.am Make samples able to compile 2014-11-03 15:53:22 +01:00
meson.build Add meson build definitions (#30) 2017-08-24 15:21:41 +02:00
README * samples/GtkDemo/*.cs: General fixup and cleanup; Remove some 2005-04-01 21:08:14 +00:00
theming.ui GtkDemo: Add demo for theming style classes 2014-05-30 14:42:32 +02: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.