GtkSharp/sample/GtkDemo
Bertrand Lorentz ae624a0048 GtkDemo: Add demo for theming style classes
This also demonstrates the use of Gtk.Builder to load .ui files.

Also simplify handling of resources in GtkDemo build: we don't need to
make a distinction between images and other resources.
2014-05-30 14:42:32 +02:00
..
css
images
DemoApplicationWindow.cs
DemoAttribute.cs
DemoButtonBox.cs
DemoClipboard.cs
DemoColorSelection.cs
DemoCssBasics.cs
DemoDialog.cs
DemoDrawingArea.cs
DemoEditableCells.cs
DemoEntryCompletion.cs
DemoExpander.cs
DemoHyperText.cs
DemoIconView.cs
DemoImages.cs
DemoListStore.cs
DemoMain.cs
DemoMenus.cs
DemoPanes.cs
DemoPixbuf.cs
DemoPrinting.cs
DemoRotatedText.cs
DemoSizeGroup.cs
DemoSpinner.cs
DemoStockBrowser.cs
DemoTextView.cs
DemoThemingStyleClasses.cs
DemoTreeStore.cs
DemoUIManager.cs
Makefile.am
README
theming.ui
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.