]> Pileus Git - ~andy/gtk/commit
Add ::move-focus-out signal to handle Control[-Shift]-Tab and
authorOwen Taylor <otaylor@redhat.com>
Fri, 8 Feb 2002 01:10:25 +0000 (01:10 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Fri, 8 Feb 2002 01:10:25 +0000 (01:10 +0000)
commit23c6be552cb881a30ee6c52b8ad9ea0897d92618
tree164520d5bb7a0da14661f89f1fa100165678b83b
parentaa88182321e86a6ce8b0a4267f80302c838ea22e
Add ::move-focus-out signal to handle Control[-Shift]-Tab and

Thu Feb  7 19:52:00 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtknotebook.[ch]: Add ::move-focus-out signal
to handle Control[-Shift]-Tab and Control-arrow
bindings and implement bindings as per #53612.

* gtk/gtktextview.c (gtk_text_view_move_focus): Fix
fetching the toplevel for plug-socket.

* gtk/gtknotebook.c (gtk_notebook_class_init): Remove
bindings for Return/Enter to select the page.

* gtk/gtknotebook.c (gtk_notebook_change_current_page):
Beep at ends.

* gtk/gtknotebook.c (focus_tabs_move): Don't wrap around
and beep at ends.

* gtk/gtknotebook.c (gtk_notebook_focus): When focusing into
the page with the arrow keys, focus the first widget,
not the directionally closest widget.
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtknotebook.c
gtk/gtknotebook.h
gtk/gtktextview.c