diff options
author | Tim Janik <timj@gimp.org> | 1998-02-21 14:11:40 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-02-21 14:11:40 +0000 |
commit | 800afc55d7031b1c088337df61c4c74e16ddb563 (patch) | |
tree | 5fa01c0c71b9026676e4b96f3cf898a404f8ca53 /ChangeLog | |
parent | a8d6f14c2db9e4166d8b10d2974e7ad457553310 (diff) | |
download | gtk+-800afc55d7031b1c088337df61c4c74e16ddb563.tar.gz |
gtk_object_query_args takes an additional pointer now which if supplied
Sat Feb 21 14:49:17 1998 Tim Janik <timj@gimp.org>
* gtk/gtkobject.h:
* gtk/gtkobject.c: gtk_object_query_args takes an additional pointer
now which if supplied will point to an array holding the sequential
argument ids.
* gtk/gtktree.c: fix emission of selection_changed signal, supplied
by Bolliet Jerome.
* gtk/gtktreeitem.c: inline the plus and minus pixmaps, supplied by
Bolliet Jerome.
* gtk/gtknotebook.c: do a resize when a page is removed and don't
refer to the removed page on the switch signal, supplied by Lars Hamann
and Stefan Jeske.
* gtk/gtktoolbar.h:
* gtk/gtktoolbar.c:
gtk_toolbar_append_item, gtk_toolbar_prepend_item,
gtk_toolbar_insert_item, gtk_toolbar_append_widget,
gtk_toolbar_prepend_widget, gtk_toolbar_insert_widget: take an additional
gchar *tooltip_private_text as argument to fully support the underlying
call to gtk_tooltip_set_tip.
(made the ChangeLog catch up with my last commits).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -1,3 +1,28 @@ +Sat Feb 21 14:49:17 1998 Tim Janik <timj@gimp.org> + + * gtk/gtkobject.h: + * gtk/gtkobject.c: gtk_object_query_args takes an additional pointer + now which if supplied will point to an array holding the sequential + argument ids. + + * gtk/gtktree.c: fix emission of selection_changed signal, supplied + by Bolliet Jerome. + + * gtk/gtktreeitem.c: inline the plus and minus pixmaps, supplied by + Bolliet Jerome. + + * gtk/gtknotebook.c: do a resize when a page is removed and don't + refer to the removed page on the switch signal, supplied by Lars Hamann + and Stefan Jeske. + + * gtk/gtktoolbar.h: + * gtk/gtktoolbar.c: + gtk_toolbar_append_item, gtk_toolbar_prepend_item, + gtk_toolbar_insert_item, gtk_toolbar_append_widget, + gtk_toolbar_prepend_widget, gtk_toolbar_insert_widget: take an additional + gchar *tooltip_private_text as argument to fully support the underlying + call to gtk_tooltip_set_tip. + Fri Feb 20 16:44:57 GMT 1998 Tony Gale <gale@gimp.org> * docs/gtkfaq.sgml: added to list of GTK apps, added permissions notice |