X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/14021fee579226a95bc524bcc0e24eccd517c2cc..8f49b7a10a9717890ca98dff2b01799b80ce2761:/gtk/gtktypes.lisp diff --git a/gtk/gtktypes.lisp b/gtk/gtktypes.lisp index dfa9c05..1155977 100644 --- a/gtk/gtktypes.lisp +++ b/gtk/gtktypes.lisp @@ -145,6 +145,11 @@ (declare (ignore type ref)) (reader-function 'int)) +;; Register GtkObject in advance so that eg GtkTooltips, which inherits from it, +;; gets a proper supertype. TODO: This is a hack. Where is it supposed to +;; happen? +(register-type '%object "GtkObject") + (define-types-by-introspection "Gtk" ;; Manually defined ("GtkObject" :ignore t)