Some more sophistication in mm-test
[cl-gtk2.git] / gtk / gtk.bin.lisp
blob2f99f8a3cd3048778570e9dbcbb58239f693f5e8
1 (in-package :gtk)
3 (defcfun (bin-child "gtk_bin_get_child") g-object
4 (bin g-object))
6 (export 'bin-child)