fix compilation order issue with child-properties
authorDmitry Kalyanov <Kalyanov.Dmitry@gmail.com>
Wed, 18 Mar 2009 08:34:06 +0000 (11:34 +0300)
committerDmitry Kalyanov <Kalyanov.Dmitry@gmail.com>
Wed, 18 Mar 2009 08:34:06 +0000 (11:34 +0300)
gtk/gtk.asd
gtk/gtk.box.lisp

index ef242d0..0be89b8 100644 (file)
@@ -40,6 +40,8 @@
                (:file "gtk.container")
                (:file "gtk.paned")
                (:file "gtk.child-properties")
+
+               (:file "gtk.generated-child-properties")
                
                (:file "gtk.dialog.example")
                
index dbb787c..c0b29ac 100644 (file)
   (child g-object)
   (position :int))
 
-(export 'box-reorder-child)
-
-(define-child-property "GtkBox" box-child-expand "expand" "gboolean" t t t)
-(define-child-property "GtkBox" box-child-fill "fill" "gboolean" t t t)
-(define-child-property "GtkBox" box-child-pack-type "pack-type" "GtkPackType" t t t)
-(define-child-property "GtkBox" box-child-padding "padding" "guint" t t t)
-(define-child-property "GtkBox" box-child-position "position" "gint" t t t)
\ No newline at end of file
+(export 'box-reorder-child)
\ No newline at end of file