diff options
author | Soeren Sandmann <sandmann@daimi.au.dk> | 2003-07-02 14:04:43 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@src.gnome.org> | 2003-07-02 14:04:43 +0000 |
commit | 2669847342d37bdbbe9107128579de090e1a121a (patch) | |
tree | eab2a139c140c572b30d459c0215319c44c13c3a /gtk/gtkexpander.c | |
parent | 39f5280dcbdd7611f9a57a1e7a472afe6b23b634 (diff) | |
download | gdk-pixbuf-2669847342d37bdbbe9107128579de090e1a121a.tar.gz |
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.
Diffstat (limited to 'gtk/gtkexpander.c')
-rw-r--r-- | gtk/gtkexpander.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gtk/gtkexpander.c b/gtk/gtkexpander.c index 06948807f..cef9dc642 100644 --- a/gtk/gtkexpander.c +++ b/gtk/gtkexpander.c @@ -246,9 +246,7 @@ gtk_expander_class_init (GtkExpanderClass *klass) G_SIGNAL_RUN_LAST | G_SIGNAL_ACTION, G_STRUCT_OFFSET (GtkExpanderClass, activate), NULL, NULL, - _gtk_marsha /** - -l_VOID__VOID, + _gtk_marshal_VOID__VOID, G_TYPE_NONE, 0); } |