fix function names in gtk.demo, add widget style properties
[cl-gtk2.git] / gtk / gtk.package.lisp
index 56cd5b6..ab19f54 100644 (file)
@@ -3,15 +3,12 @@
   (:export #:register-object-type
            #:gtk-main
            #:gtk-main-quit
-           #:gtk-widget-queue-draw
-           #:gtk-widget-show-all
-           #:gtk-widget-create-pango-layout
-           #:box-pack-start
-           #:container-add
            #:dialog-run
            #:object-destroy
            #:text-buffer-insert
-           #:table-attach))
+           #:define-child-property
+           #:container-class-child-properties
+           #:generate-child-properties))
 
 (defpackage :gtk-examples
   (:use :cl :gtk :gdk :gobject)