mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 12:05:34 +00:00
* gnome/voidObjectAffineSVPintSignal.cs:
* gnome/CanvasProxy.cs: Make the voidObjectAffineSVPintSignal class be in the 'GtkSharp' namespace, instead of 'GtkSharp.Gnome'. svn path=/trunk/gtk-sharp/; revision=11502
This commit is contained in:
parent
3c2f83a107
commit
23747622f0
|
@ -1,3 +1,9 @@
|
|||
2003-02-11 Duncan Mak <duncan@ximian.com>
|
||||
|
||||
* gnome/voidObjectAffineSVPintSignal.cs:
|
||||
* gnome/CanvasProxy.cs: Make the voidObjectAffineSVPintSignal
|
||||
class be in the 'GtkSharp' namespace, instead of 'GtkSharp.Gnome'.
|
||||
|
||||
2003-02-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
* glade/XML.custom: added a couple of checks for null.
|
||||
|
|
|
@ -27,7 +27,7 @@ namespace Gnome {
|
|||
public event GtkSharp.UpdateHandler Update {
|
||||
add {
|
||||
if (EventList["update"] == null)
|
||||
Signals["update"] = new GtkSharp.Gnome.voidObjectAffineSVPintSignal(this, Handle, "update", value, System.Type.GetType("EventArgs"));
|
||||
Signals["update"] = new GtkSharp.voidObjectAffineSVPintSignal(this, Handle, "update", value, System.Type.GetType("EventArgs"));
|
||||
EventList.AddHandler("update", value);
|
||||
}
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
// <c> 2001-2002 Mike Kestner
|
||||
|
||||
namespace GtkSharp {
|
||||
namespace Gnome {
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
|
@ -56,4 +55,3 @@ namespace Gnome {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue