Port GtkLabelAccessible from GailTextUtil to GtkPango api

Unfortunately, we still keep a copy of the text around, for
::insert/::delete signals; those emissions need to be moved to
GtkLabel itself.
This commit is contained in:
Matthias Clasen 2011-06-24 20:36:05 -04:00
parent 1164ceb4fc
commit c74ccbb86e
2 changed files with 302 additions and 492 deletions

File diff suppressed because it is too large Load Diff

View File

@ -39,10 +39,7 @@ struct _GtkLabelAccessible
{
GailWidget parent;
GailTextUtil *textutil;
gint cursor_position;
gint selection_bound;
gint label_length;
gchar *text;
};
struct _GtkLabelAccessibleClass