Mariano Benedettini wrote:
Can you point me in the direction of a solution for this problem?:

test1.cs(92,6): error CS1502: The best overloaded method match for `Gtk.Image.SetFromPixmap(Gdk.Pixmap, Gdk.Bitmap)' has some invalid arguments test1.cs(92,6): error CS1503: Argument 2: Cannot convert from `Gdk.Pixmap' to `Gdk.Bitmap'
Compilation failed: 2 error(s), 0 warnings

Oh. Upgrade to gtk# 2.4. Anything use GdkBitmap is broken and unusable in gtk# 1.0.

-- Dan
_______________________________________________
Gtk-sharp-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Reply via email to