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:
File diff suppressed because it is too large
Load Diff
@ -39,10 +39,7 @@ struct _GtkLabelAccessible
|
||||
{
|
||||
GailWidget parent;
|
||||
|
||||
GailTextUtil *textutil;
|
||||
gint cursor_position;
|
||||
gint selection_bound;
|
||||
gint label_length;
|
||||
gchar *text;
|
||||
};
|
||||
|
||||
struct _GtkLabelAccessibleClass
|
||||
|
||||
Reference in New Issue
Block a user