]> Pileus Git - ~andy/gtk/commit
Don't to focus insensitive widgets. (#68203)
authorOwen Taylor <otaylor@redhat.com>
Tue, 26 Feb 2002 23:06:34 +0000 (23:06 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Tue, 26 Feb 2002 23:06:34 +0000 (23:06 +0000)
commitd1be9aea8d336e2f4b647234a82b9b1b0ab78b53
tree10fa51874eafcf50ffac7957a038bcae5535b6b9
parente7171e19c9c3557ecdfc0614b0c45518566e8278
Don't to focus insensitive widgets. (#68203)

Tue Feb 26 18:01:10 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkwidget.c (gtk_widget_grab_focus): Don't
        to focus insensitive widgets. (#68203)

        * gtk/gtkentry.c (gtk_entry_state_changed): Clear any
        current selection if we become insensitive. (#68203)

        * gtk/gtkentry.c (gtk_entry_grab_focus): Don't
        select the text if the entry isn't editable. (#67203)

        * gtk/gtkentry.c: Activate keybindings when not editable,
        but supress keybindings that change the text. (#65848, #68203)

        * gtk/gtkentry.c (gtk_entry_set_property): Reset the
        IM context for the entry when it is made not editable.
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/gtkentry.c
gtk/gtkwidget.c