forked from AuroraMiddleware/gtk
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:
parent
1164ceb4fc
commit
c74ccbb86e
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
|
||||
|
Loading…
Reference in New Issue
Block a user