chiark / gitweb /
Ignore initargs for parent and visible in widget class
authorespen <espen>
Sun, 27 Feb 2005 15:39:52 +0000 (15:39 +0000)
committerespen <espen>
Sun, 27 Feb 2005 15:39:52 +0000 (15:39 +0000)
gtk/gtktypes.lisp

index de42b1296bc65b68254d0a3926f77dd2cdb46aa8..38da84b98366635e254e30fbe2c12022e942e5d3 100644 (file)
@@ -15,7 +15,7 @@
 ;; License along with this library; if not, write to the Free Software
 ;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
-;; $Id: gtktypes.lisp,v 1.32 2005/02/22 23:12:02 espen Exp $
+;; $Id: gtktypes.lisp,v 1.33 2005/02/27 15:39:52 espen Exp $
 
 (in-package "GTK")
 
@@ -153,10 +153,8 @@ (define-types-by-introspection "Gtk"
      :getter "gtk_widget_get_window"
      :reader widget-window
      :type gdk:window)
-    (parent
-     :allocation :property :pname "parent"
-     :reader widget-parent
-     :type container)
+    (parent :merge t :initarg nil)
+    (visible :merge t :initarg nil)
     (parent-window
      :allocation :virtual
      :getter %widget-parent-window