diff options
author | Tim Janik <timj@src.gnome.org> | 1998-02-22 12:16:01 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-02-22 12:16:01 +0000 |
commit | 9a0687a673cbf60ff76cc6058b7980d25d2143a4 (patch) | |
tree | c3fa2f3bc6bd6c27aa64639f7407c0e09defb3f6 /gtk/gtkobject.h | |
parent | 5861dfb9f867bf082bbe0b8c66c2c648cc8905f5 (diff) | |
download | gtk+-9a0687a673cbf60ff76cc6058b7980d25d2143a4.tar.gz |
don't perform gdk operations on size allocation
if the notebook isn't realized.
yosh: this fixes the iwarp problem.
-timj
Diffstat (limited to 'gtk/gtkobject.h')
-rw-r--r-- | gtk/gtkobject.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkobject.h b/gtk/gtkobject.h index 8c2020a20c..e6f83329f3 100644 --- a/gtk/gtkobject.h +++ b/gtk/gtkobject.h @@ -84,6 +84,7 @@ enum { GTK_ARG_READABLE = 1 << 0, GTK_ARG_WRITABLE = 1 << 1, + GTK_ARG_CONSTRUCT = 1 << 2 }; #define GTK_ARG_READWRITE (GTK_ARG_READABLE | GTK_ARG_WRITABLE) |