]> Pileus Git - ~andy/gtk/commit
When clicking on a non-active tab, focus the first widget in the tab, not
authorOwen Taylor <otaylor@redhat.com>
Wed, 13 Nov 2002 17:20:33 +0000 (17:20 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Wed, 13 Nov 2002 17:20:33 +0000 (17:20 +0000)
commit83cda922f28dfff9c5b0dd8946d1d378afc3a26b
tree6439df335ae4277d91bdacac152dc9e5b5bbb9c9
parente76d752e9ac15316fd0ebe1bf315a5657b8cf019
When clicking on a non-active tab, focus the first widget in the tab, not

Wed Nov 13 11:55:25 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtknotebook.c (gtk_notebook_button_press):
        When clicking on a non-active tab, focus the first
        widget in the tab, not the tab itself. (#98322)

        * gtk/gtknotebook.c (gtk_notebook_focus_changed):
        Eliminate synchronous drawing, just call redraw_tabs.

        * gtk/gtknotebook.c (gtk_notebook_init): Don't set
        the RECEIVES_DEFAULT flag, we no longer do anything
        with Return/Enter key.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtknotebook.c