using Gtk; interface IKeyPress { void KeyPress(object o, KeyPressEventArgs args); }