mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 05:01:09 +00:00
Always switch to the page with the focused tab label. (#82108, Matt
Fri Oct 25 17:56:24 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtknotebook.c (gtk_notebook_switch_focus_tab): Always switch to the page with the focused tab label. (#82108, Matt Wilson.)
This commit is contained in:
parent
449fdfbfff
commit
37b4521264
@ -1,3 +1,9 @@
|
||||
Fri Oct 25 17:56:24 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtknotebook.c (gtk_notebook_switch_focus_tab):
|
||||
Always switch to the page with the focused tab
|
||||
label. (#82108, Matt Wilson.)
|
||||
|
||||
Fri Oct 25 17:46:18 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtknotebook.c (gtk_notebook_button_press):
|
||||
|
@ -1,3 +1,9 @@
|
||||
Fri Oct 25 17:56:24 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtknotebook.c (gtk_notebook_switch_focus_tab):
|
||||
Always switch to the page with the focused tab
|
||||
label. (#82108, Matt Wilson.)
|
||||
|
||||
Fri Oct 25 17:46:18 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtknotebook.c (gtk_notebook_button_press):
|
||||
|
@ -1,3 +1,9 @@
|
||||
Fri Oct 25 17:56:24 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtknotebook.c (gtk_notebook_switch_focus_tab):
|
||||
Always switch to the page with the focused tab
|
||||
label. (#82108, Matt Wilson.)
|
||||
|
||||
Fri Oct 25 17:46:18 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtknotebook.c (gtk_notebook_button_press):
|
||||
|
@ -1,3 +1,9 @@
|
||||
Fri Oct 25 17:56:24 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtknotebook.c (gtk_notebook_switch_focus_tab):
|
||||
Always switch to the page with the focused tab
|
||||
label. (#82108, Matt Wilson.)
|
||||
|
||||
Fri Oct 25 17:46:18 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtknotebook.c (gtk_notebook_button_press):
|
||||
|
@ -1,3 +1,9 @@
|
||||
Fri Oct 25 17:56:24 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtknotebook.c (gtk_notebook_switch_focus_tab):
|
||||
Always switch to the page with the focused tab
|
||||
label. (#82108, Matt Wilson.)
|
||||
|
||||
Fri Oct 25 17:46:18 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtknotebook.c (gtk_notebook_button_press):
|
||||
|
@ -1,3 +1,9 @@
|
||||
Fri Oct 25 17:56:24 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtknotebook.c (gtk_notebook_switch_focus_tab):
|
||||
Always switch to the page with the focused tab
|
||||
label. (#82108, Matt Wilson.)
|
||||
|
||||
Fri Oct 25 17:46:18 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtknotebook.c (gtk_notebook_button_press):
|
||||
|
@ -3681,6 +3681,9 @@ gtk_notebook_switch_focus_tab (GtkNotebook *notebook,
|
||||
gtk_notebook_focus_changed (notebook, old_page);
|
||||
else
|
||||
gtk_notebook_pages_allocate (notebook);
|
||||
|
||||
gtk_notebook_switch_page (notebook, page,
|
||||
g_list_index (notebook->children, page));
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user