Add at-init calls to define-g-enum and define-g-flags; fix the at-init implementation...
[cl-gtk2.git] / gtk / gtk.bin.lisp
1 (in-package :gtk)
2
3 (defcfun (bin-child "gtk_bin_get_child") g-object
4   (bin g-object))
5
6 (export 'bin-child)