X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/fa60e0a229ccf07429187357b2c2dee1b189c5a4..266ca870fe9634f59ea740e2a5ba62eb30adf5ca:/gtk/gtktypes.lisp 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