chiark / gitweb /
gtk/gtk.lisp: Apparently when you ask for a stock Button, you get a Bin.
[clg] / gtk / gtk.lisp
index b4038d30b9a39e3fb9fb944cd5e07d0bc3b96777..f193114e85b3f7e2a90e0f3bef6136688fb0ce60 100644 (file)
@@ -875,7 +875,7 @@ (defbinding dialog-response (dialog response) nil
   ((dialog-response-id dialog response nil t) int))
 
 
   ((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))
   (dialog dialog)
   (text string)
   (response-id int))