mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-10-27 05:47:06 +00:00
* */Makefile.am : automakify the build * */Makefile.in : kill * *.custom : remove System.Drawing dependencies * *.cs : remove System.Drawing dependencies * *-api.xml : mv to *-api.raw * glue/* : mv to lib specific gluelibs for glib, gdk, gtk, and glade. * gtk/gtk-symbols : alias GtkType to GType * sources/gtk-sharp-sources.xml : create .raw files. They are now transformed to .xml files by the metadata compilation step. svn path=/trunk/gtk-sharp/; revision=23967 |
||
|---|---|---|
| .. | ||
| images | ||
| .cvsignore | ||
| DemoApplicationWindow.cs | ||
| DemoButtonBox.cs | ||
| DemoColorSelection.cs | ||
| DemoDialog.cs | ||
| DemoDrawingArea.cs | ||
| DemoEditableCells.cs | ||
| DemoImages.cs | ||
| DemoItemFactory.cs | ||
| DemoListStore.cs | ||
| DemoMain.cs | ||
| DemoMenus.cs | ||
| DemoPanes.cs | ||
| DemoPixbuf.cs | ||
| DemoSizeGroup.cs | ||
| DemoStockBrowser.cs | ||
| DemoTextView.cs | ||
| DemoTreeStore.cs | ||
| Makefile.am | ||
| README | ||
This port of gtk-demo.c is still INCOMPLETE. If you can contribute to it
don't hesistate to mail your patches at the gtk-sharp-list@lists.ximian.com
To compile it just type Make
Daniel Kornhauser.