From: espen Date: Sun, 27 Feb 2005 15:39:52 +0000 (+0000) Subject: Ignore initargs for parent and visible in widget class X-Git-Url: https://git.distorted.org.uk/~mdw/clg/commitdiff_plain/c2a12566a0143cbc7fa0690ebfd0c2e419fba54b Ignore initargs for parent and visible in widget class --- 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