forked from AuroraMiddleware/gtk
focus arrow before pack_end items (#123851, Matthias Clasen)
Sun Oct 5 00:53:15 2003 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtktoolbar.c (gtk_toolbar_list_children_in_focus_order): focus arrow before pack_end items (#123851, Matthias Clasen)
This commit is contained in:
parent
6d18d72eaa
commit
26d22e865e
@ -1,3 +1,8 @@
|
||||
Sun Oct 5 00:53:15 2003 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||
|
||||
* gtk/gtktoolbar.c (gtk_toolbar_list_children_in_focus_order):
|
||||
focus arrow before pack_end items (#123851, Matthias Clasen)
|
||||
|
||||
Fri Oct 3 20:50:48 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_set_model): only set the model
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sun Oct 5 00:53:15 2003 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||
|
||||
* gtk/gtktoolbar.c (gtk_toolbar_list_children_in_focus_order):
|
||||
focus arrow before pack_end items (#123851, Matthias Clasen)
|
||||
|
||||
Fri Oct 3 20:50:48 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_set_model): only set the model
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sun Oct 5 00:53:15 2003 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||
|
||||
* gtk/gtktoolbar.c (gtk_toolbar_list_children_in_focus_order):
|
||||
focus arrow before pack_end items (#123851, Matthias Clasen)
|
||||
|
||||
Fri Oct 3 20:50:48 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_set_model): only set the model
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sun Oct 5 00:53:15 2003 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||
|
||||
* gtk/gtktoolbar.c (gtk_toolbar_list_children_in_focus_order):
|
||||
focus arrow before pack_end items (#123851, Matthias Clasen)
|
||||
|
||||
Fri Oct 3 20:50:48 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_set_model): only set the model
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sun Oct 5 00:53:15 2003 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||
|
||||
* gtk/gtktoolbar.c (gtk_toolbar_list_children_in_focus_order):
|
||||
focus arrow before pack_end items (#123851, Matthias Clasen)
|
||||
|
||||
Fri Oct 3 20:50:48 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_set_model): only set the model
|
||||
|
@ -1377,6 +1377,8 @@ gtk_toolbar_list_children_in_focus_order (GtkToolbar *toolbar,
|
||||
result = g_list_prepend (result, item);
|
||||
}
|
||||
|
||||
result = g_list_prepend (result, priv->arrow_button);
|
||||
|
||||
for (list = priv->items; list != NULL; list = list->next)
|
||||
{
|
||||
GtkToolItem *item = list->data;
|
||||
@ -1385,8 +1387,6 @@ gtk_toolbar_list_children_in_focus_order (GtkToolbar *toolbar,
|
||||
result = g_list_prepend (result, item);
|
||||
}
|
||||
|
||||
result = g_list_prepend (result, priv->arrow_button);
|
||||
|
||||
rtl = (gtk_widget_get_direction (GTK_WIDGET (toolbar)) == GTK_TEXT_DIR_RTL);
|
||||
|
||||
/* move in logical order when
|
||||
|
Loading…
Reference in New Issue
Block a user