19 lines
340 B
C#
19 lines
340 B
C#
|
|
// This file was generated by the Gtk# code generator.
|
||
|
|
// Any changes made will be lost if regenerated.
|
||
|
|
|
||
|
|
namespace GtkSource {
|
||
|
|
|
||
|
|
using System;
|
||
|
|
|
||
|
|
public delegate void ChangeNumberHandler(object o, ChangeNumberArgs args);
|
||
|
|
|
||
|
|
public class ChangeNumberArgs : GLib.SignalArgs {
|
||
|
|
public int P0{
|
||
|
|
get {
|
||
|
|
return (int) Args [0];
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|