* 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
3 changed files with 7 additions and 3 deletions
|
@ -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>
|
2003-02-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||||
|
|
||||||
* glade/XML.custom: added a couple of checks for null.
|
* glade/XML.custom: added a couple of checks for null.
|
||||||
|
|
|
@ -27,7 +27,7 @@ namespace Gnome {
|
||||||
public event GtkSharp.UpdateHandler Update {
|
public event GtkSharp.UpdateHandler Update {
|
||||||
add {
|
add {
|
||||||
if (EventList["update"] == null)
|
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);
|
EventList.AddHandler("update", value);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
// <c> 2001-2002 Mike Kestner
|
// <c> 2001-2002 Mike Kestner
|
||||||
|
|
||||||
namespace GtkSharp {
|
namespace GtkSharp {
|
||||||
namespace Gnome {
|
|
||||||
using System;
|
using System;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
|
|
||||||
|
@ -56,4 +55,3 @@ namespace Gnome {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue