[Mono-bugs] [Bug 47728][Wis] New - Implementation of IWrapper twice
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 19 Aug 2003 04:42:59 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by mwh@sysrq.dk.
http://bugzilla.ximian.com/show_bug.cgi?id=47728
--- shadow/47728 2003-08-19 04:42:59.000000000 -0400
+++ shadow/47728.tmp.7287 2003-08-19 04:42:59.000000000 -0400
@@ -0,0 +1,30 @@
+Bug#: 47728
+Product: Mono/Doctools
+Version: unspecified
+OS:
+OS Details: LFS
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Gui
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: mwh@sysrq.dk
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Implementation of IWrapper twice
+
+Some types in Monodoc-0.6 implements GLib.IWrapper twice, for example:
+
+Gtk.MessageDialog
+public class MessageDialog : Dialog, Atk.Implementor, GLib.IWrapper,
+GLib.IWrapper, IDisposable
+
+These types has the same problem.
+Gtk.Menu
+Gtk.AccelLabel
+Gtk.Alignment
+
+Probably many more.