a11y: emit entry signals immediately

We want to emit signals when stuff happens, not sometime later. That way
we can also catch the correct text that was deleted.

https://bugzilla.gnome.org/show_bug.cgi?id=659445
This commit is contained in:
Benjamin Otte
2011-12-19 16:15:52 +01:00
parent db4a6040af
commit 902c5c6979
2 changed files with 11 additions and 49 deletions

View File

@ -38,10 +38,6 @@ struct _GtkEntryAccessible
{
GtkWidgetAccessible parent;
gint position_insert;
gint position_delete;
gint length_insert;
gint length_delete;
gint cursor_position;
gint selection_bound;
};