guint cursor_handle_dragged : 1;
guint selection_handle_dragged : 1;
guint populate_all : 1;
-
- guint handling_key_event : 1;
};
struct _GtkTextPendingScroll
if (priv->layout == NULL || get_buffer (text_view) == NULL)
return FALSE;
- priv->handling_key_event = TRUE;
-
/* Make sure input method knows where it is */
flush_update_im_spot_location (text_view);
gtk_text_view_selection_bubble_popup_unset (text_view);
- priv->handling_key_event = FALSE;
-
return retval;
}