Ryujinx-GtkSharp/Source/sample/GtkDemo
2017-10-04 16:37:27 -03:00
..
css Quick Reorganization 2017-09-04 22:36:28 -03:00
images Quick Reorganization 2017-09-04 22:36:28 -03:00
DemoApplicationWindow.cs Quick Reorganization 2017-09-04 22:36:28 -03:00
DemoAttribute.cs Quick Reorganization 2017-09-04 22:36:28 -03:00
DemoButtonBox.cs Quick Reorganization 2017-09-04 22:36:28 -03:00
DemoClipboard.cs Quick Reorganization 2017-09-04 22:36:28 -03:00
DemoColorSelection.cs Quick Reorganization 2017-09-04 22:36:28 -03:00
DemoCssBasics.cs Quick Reorganization 2017-09-04 22:36:28 -03:00
DemoDialog.cs Quick Reorganization 2017-09-04 22:36:28 -03:00
DemoDrawingArea.cs Quick Reorganization 2017-09-04 22:36:28 -03:00
DemoEditableCells.cs Quick Reorganization 2017-09-04 22:36:28 -03:00
DemoEntryCompletion.cs Quick Reorganization 2017-09-04 22:36:28 -03:00
DemoExpander.cs Quick Reorganization 2017-09-04 22:36:28 -03:00
DemoHyperText.cs Quick Reorganization 2017-09-04 22:36:28 -03:00
DemoIconView.cs Quick Reorganization 2017-09-04 22:36:28 -03:00
DemoImages.cs Quick Reorganization 2017-09-04 22:36:28 -03:00
DemoListStore.cs Quick Reorganization 2017-09-04 22:36:28 -03:00
DemoMain.cs Quick Reorganization 2017-09-04 22:36:28 -03:00
DemoMenus.cs Quick Reorganization 2017-09-04 22:36:28 -03:00
DemoPanes.cs Quick Reorganization 2017-09-04 22:36:28 -03:00
DemoPixbuf.cs Quick Reorganization 2017-09-04 22:36:28 -03:00
DemoPrinting.cs Quick Reorganization 2017-09-04 22:36:28 -03:00
DemoRotatedText.cs Quick Reorganization 2017-09-04 22:36:28 -03:00
DemoSizeGroup.cs Quick Reorganization 2017-09-04 22:36:28 -03:00
DemoSpinner.cs Quick Reorganization 2017-09-04 22:36:28 -03:00
DemoStockBrowser.cs Quick Reorganization 2017-09-04 22:36:28 -03:00
DemoTextView.cs Quick Reorganization 2017-09-04 22:36:28 -03:00
DemoThemingStyleClasses.cs Quick Reorganization 2017-09-04 22:36:28 -03:00
DemoTreeStore.cs Quick Reorganization 2017-09-04 22:36:28 -03:00
DemoUIManager.cs Quick Reorganization 2017-09-04 22:36:28 -03:00
meson.build sample:gtk: Ignore usage of obselete symbols 2017-10-04 16:37:27 -03:00
README Quick Reorganization 2017-09-04 22:36:28 -03:00
theming.ui Quick Reorganization 2017-09-04 22:36:28 -03:00
TODO Quick Reorganization 2017-09-04 22:36:28 -03: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.