revert, ben showed me a way around this, will document

svn path=/trunk/gtk-sharp/; revision=27060
This commit is contained in:
Todd Berman 2004-05-11 03:31:43 +00:00
parent 350c18516f
commit a2af1e7936
2 changed files with 0 additions and 10 deletions

View File

@ -1,8 +1,3 @@
2004-05-10 Todd Berman <tberman@sevenl.net>
* gtk/Dialog.custom: Add a SetDefaultResponse method to set a int
instead of a Gtk.ResponseType
2004-05-10 Mike Kestner <mkestner@ximian.com>
* gtk/Gtk.metadata : mark some Dialog API params as ResponseType

View File

@ -59,8 +59,3 @@ public void Respond (ResponseType response)
{
this.Respond ((int) response);
}
public void SetDefaultResponse (int response)
{
gtk_dialog_set_default_response(Handle, response);
}