From c2a12566a0143cbc7fa0690ebfd0c2e419fba54b Mon Sep 17 00:00:00 2001 From: espen Date: Sun, 27 Feb 2005 15:39:52 +0000 Subject: [PATCH] Ignore initargs for parent and visible in widget class --- gtk/gtktypes.lisp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/gtk/gtktypes.lisp b/gtk/gtktypes.lisp index 8d4eed0..4474226 100644 --- a/gtk/gtktypes.lisp +++ b/gtk/gtktypes.lisp @@ -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 @@ :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 -- 2.11.0