X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/blobdiff_plain/84d58948bc9cf543ac43e17da28d1a832baeff1a..HEAD:/gtk/gtk.lisp diff --git a/gtk/gtk.lisp b/gtk/gtk.lisp index b4038d3..f193114 100644 --- a/gtk/gtk.lisp +++ b/gtk/gtk.lisp @@ -875,7 +875,7 @@ (defbinding dialog-response (dialog response) nil ((dialog-response-id dialog response nil t) int)) -(defbinding %dialog-add-button () button +(defbinding %dialog-add-button () bin (dialog dialog) (text string) (response-id int))