Ryujinx-GtkSharp/sample/GtkDemo
Dan Winship e0a0bd13fa * gdk/gdk-symbols.xml: alias GdkBitmap to GdkPixmap [Fixes
* #68824]

        * gdk/Gdk.metadata: Remove the earlier GdkBitmap hack now that
        it's aliased. Also move Gdk.Bitmap.CreateFromData to
        Gdk.Pixmap.CreateBitmapFromData

        * gdk/Pixbuf.custom (RenderPixmapAndMask,
        RenderPixmapAndMaskForColormap, RenderThresholdAlpha):
        s/Bitmap/Pixmap/

        * sample/GtkDemo/DemoTextView.cs: uncomment the fg/bg stipple
        code, since that works now

        * parser/gapi-fixup.cs: Add an "add-node" rule. This turned out
        * to
        not actually be needed for this fix, but we know we'll need it
        later, so here it is.

svn path=/trunk/gtk-sharp/; revision=37055
2004-12-03 20:42:12 +00:00
..
images 2003-10-30 Daniel Kornhauser Eisenberg <dkor@alum.mit.edu> 2003-10-31 00:01:35 +00:00
.cvsignore implement some of the DemoApplicationWindow 2004-08-07 17:06:29 +00:00
DemoApplicationWindow.cs implement some of the DemoApplicationWindow 2004-08-07 17:06:29 +00:00
DemoButtonBox.cs implement some of the DemoApplicationWindow 2004-08-07 17:06:29 +00:00
DemoColorSelection.cs implement some of the DemoApplicationWindow 2004-08-07 17:06:29 +00:00
DemoDialog.cs implement some of the DemoApplicationWindow 2004-08-07 17:06:29 +00:00
DemoDrawingArea.cs implement some of the DemoApplicationWindow 2004-08-07 17:06:29 +00:00
DemoEditableCells.cs implement some of the DemoApplicationWindow 2004-08-07 17:06:29 +00:00
DemoHyperText.cs * gtk/Gtk.metadata: Pass TextIters by ref almost everywhere. 2004-12-03 18:00:30 +00:00
DemoImages.cs * sample/GtkDemo/DemoImages.cs: Fix some crashers discovered while 2004-11-30 21:13:42 +00:00
DemoItemFactory.cs implement some of the DemoApplicationWindow 2004-08-07 17:06:29 +00:00
DemoListStore.cs implement some of the DemoApplicationWindow 2004-08-07 17:06:29 +00:00
DemoMain.cs * gdk/gdk-symbols.xml: alias GdkBitmap to GdkPixmap [Fixes 2004-12-03 20:42:12 +00:00
DemoMenus.cs implement some of the DemoApplicationWindow 2004-08-07 17:06:29 +00:00
DemoPanes.cs implement some of the DemoApplicationWindow 2004-08-07 17:06:29 +00:00
DemoPixbuf.cs fix my brokenness 2004-08-27 19:16:13 +00:00
DemoSizeGroup.cs merge to HEAD of jeroen and friends' work on the 2-4 branch. HEAD 2004-10-29 20:33:07 +00:00
DemoStockBrowser.cs improve this thing 2004-08-28 20:51:06 +00:00
DemoTextView.cs * gdk/gdk-symbols.xml: alias GdkBitmap to GdkPixmap [Fixes 2004-12-03 20:42:12 +00:00
DemoTreeStore.cs implement some of the DemoApplicationWindow 2004-08-07 17:06:29 +00:00
Makefile.am argh, distcheck hates me 2004-08-28 03:41:22 +00:00
README 2004-01-10 John Luke <jluke@cfl.rr.com> 2004-01-11 02:58:08 +00:00
TODO improve this thing 2004-08-28 20:51:06 +00:00

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.