Posted by ceronman on Fri 8th Aug 11:43
download | new post
- // Compile me: gmcs -pkg:gtk-sharp-2.0 -pkg:gtksilver -pkg:silverdesktop test.cs
- using System;
- using System.Windows;
- using System.Windows.Controls;
- using System.Windows.Shapes;
- using System.Windows.Media;
- using Gtk;
- using Gtk.Moonlight;
- public static class MoonTest {
- public static void Main ()
- {
- Gtk.Application.Init ();
- GtkSilver.Init ();
- silver.Attach(canvas);
- object v = brush.GetValue(UIElement.ZIndexProperty);
- window.Add(silver);
- window.ShowAll ();
- Gtk.Application.Run ();
- }
- }
Submit a correction or amendment below. (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.