diff options
author | Tim Janik <timj@src.gnome.org> | 1998-01-16 01:02:13 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-01-16 01:02:13 +0000 |
commit | 2d5a6055e882b46ea8a961e2658fa2c94338153b (patch) | |
tree | 3c9670252aaabaf6b4978cc82f87cfb7367f5bd6 /ChangeLog.pre-2-0 | |
parent | dd77b5db5a14ff3707a65e1ae3326b9a013ac9b5 (diff) | |
download | gtk+-2d5a6055e882b46ea8a961e2658fa2c94338153b.tar.gz |
changelog entry for the widget arg stuff.
-timj
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r-- | ChangeLog.pre-2-0 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 5298ce1ae8..1418048a9f 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,19 @@ +Fri Jan 16 01:55:17 1998 Tim Janik <timj@psynet.net> + + * improved the gtk_widget_set handling. removed GtkArgFunc and added + GtkArgSetFunc and GtkArgGetFunc in _GtkTypeInfo. + performance consuming strcmp() calls are avoided in gtk_*_set_arg() + now, it is passed an arg_id on which it can switch() now. + + * gtk/gtkobject.h: + * gtk/gtkobject.c (gtk_object_add_arg_type): added parameter arg_id. + + * gtk/gtktypeutils.h: + * gtk/gtktypeutils.c (gtk_type_set_arg): added parameter arg_id. + + * gtk/gtkobject.c: bug fixes and changes in the assertion system for + arg handling. changed g_print() warning calls to real g_warning()s. + Thu Jan 15 00:44:27 PST 1998 Jay Painter <jpaint@serv.net> * gtk/gtkentry.[ch]: Change window cursor to "I" * gtk/gtkpane.[ch]: Cleared up a tiny memory leak from not destroying the |