]> Pileus Git - ~andy/gtk/commit
Add new toolbar headers
authorSoeren Sandmann <sandmann@daimi.au.dk>
Wed, 2 Jul 2003 14:04:43 +0000 (14:04 +0000)
committerSøren Sandmann Pedersen <ssp@src.gnome.org>
Wed, 2 Jul 2003 14:04:43 +0000 (14:04 +0000)
commit2669847342d37bdbbe9107128579de090e1a121a
treeeab2a139c140c572b30d459c0215319c44c13c3a
parent39f5280dcbdd7611f9a57a1e7a472afe6b23b634
Add new toolbar headers

Wed Jul  2 15:42:26 2003  Soeren Sandmann  <sandmann@daimi.au.dk>

* gtk/gtk.h: Add new toolbar headers

* tests/testtoolbar.c: new file

* tests/Makefile.am (noinst_PROGRAMS): Add testtoolbar.c

* gtk/gtkexpander.c (gtk_expander_class_init): Make it compile

Tue Jul  1 22:49:25 2003  Soeren Sandmann  <sandmann@daimi.au.dk>

* gtk/gtktoolbar.c:
(gtk_toolbar_remove_tool_item): Fix bug where list is changed
inside a for loop (pointed out by Morten Welinder).
(gtk_toolbar_focus_home_or_end): Minor formatting change

Comments from Owen:

* gtk/gtktoolbutton.c: remove copy of elide_underscores(). Use
gtk_toolbar_elide_underscores instead.

* gtk/gtktoolbar.c: rename signal from focus_ends to
focus_home_or_end.
(_gtk_toolbar_elide_underscores): export this as an internal
function.
(gtk_toolbar_move_focus): add comment explaining difference to
gtk_toolbar_focus();
(gtk_toolbar_list_children_in_focus_order): Make TAB_FORWARD and
TAB_BACKWARD focus the right widgets in RTL mode

* gtk/gtktoolbutton.c (gtk_tool_button_new): Change to take
"label" and "icon" parameters

* gtk/gtktoolbutton.[ch]: remove icon_set property.
13 files changed:
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtk.h
gtk/gtkexpander.c
gtk/gtktoolbar.c
gtk/gtktoolbar.h
gtk/gtktoolbutton.c
gtk/gtktoolbutton.h
tests/Makefile.am
tests/testtoolbar.c [new file with mode: 0644]