no more submodule
This commit is contained in:
18
GtkSharp/Source/Libs/GdkSharp/Generated/Gdk/CancelHandler.cs
Normal file
18
GtkSharp/Source/Libs/GdkSharp/Generated/Gdk/CancelHandler.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
// This file was generated by the Gtk# code generator.
|
||||
// Any changes made will be lost if regenerated.
|
||||
|
||||
namespace Gdk {
|
||||
|
||||
using System;
|
||||
|
||||
public delegate void CancelHandler(object o, CancelArgs args);
|
||||
|
||||
public class CancelArgs : GLib.SignalArgs {
|
||||
public Gdk.DragCancelReason Reason{
|
||||
get {
|
||||
return (Gdk.DragCancelReason) Args [0];
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user