// This file was generated by the Gtk# code generator. // Any changes made will be lost if regenerated. namespace Gdk { using System; public delegate void SizePreparedHandler(object o, SizePreparedArgs args); public class SizePreparedArgs : GLib.SignalArgs { public int Width{ get { return (int) Args [0]; } } public int Height{ get { return (int) Args [1]; } } } }