gtk: export GtkBorder
authorDmitry Kalyanov <Kalyanov.Dmitry@gmail.com>
Tue, 18 Aug 2009 19:34:30 +0000 (23:34 +0400)
committerDmitry Kalyanov <Kalyanov.Dmitry@gmail.com>
Tue, 18 Aug 2009 19:34:30 +0000 (23:34 +0400)
gtk/gtk.objects.lisp

index a5c1f0a..5fc6c40 100644 (file)
@@ -6,6 +6,10 @@
   (top :int :initform 0)
   (bottom :int :initform 0))
 
+(at-init () (foreign-funcall "gtk_border_get_type" :int))
+
+(export (boxed-related-symbols 'border))
+
 (define-foreign-type pointer-as-integer-foreign-type ()
   ()
   (:actual-type :pointer)