X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=gtk%2Fgtk.box.lisp;h=c0b29ac14fc4de802266e9593f6d76209f5f3625;hb=96aa7293addaacdfe29ce32e60e2feac7df6ffce;hp=dbb787cdc60cb1c057b5f3e3e642a9032634a5b3;hpb=e9622209ae8a02f82c2813ea7d358d711e1ba2d0;p=cl-gtk2.git diff --git a/gtk/gtk.box.lisp b/gtk/gtk.box.lisp index dbb787c..c0b29ac 100644 --- a/gtk/gtk.box.lisp +++ b/gtk/gtk.box.lisp @@ -29,10 +29,4 @@ (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