mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 03:10:09 +00:00
GtkEntryAccessible: port from GailTextUtil to GtkPango
Also clean up and rearrange the code. As a side-effect, the no-longer-existing stipple attributes are dropped. Update test results to match.
This commit is contained in:
parent
b83ee1e5f9
commit
7872c2c19e
File diff suppressed because it is too large
Load Diff
@ -39,7 +39,6 @@ struct _GtkEntryAccessible
|
||||
{
|
||||
GailWidget parent;
|
||||
|
||||
GailTextUtil *textutil;
|
||||
/*
|
||||
* These fields store information about text changed
|
||||
*/
|
||||
|
@ -158,12 +158,10 @@ window1
|
||||
caret offset: 0
|
||||
default attributes: bg-color: <omitted>
|
||||
bg-full-height: 0
|
||||
bg-stipple: false
|
||||
direction: <omitted>
|
||||
editable: false
|
||||
family-name: <omitted>
|
||||
fg-color: <omitted>
|
||||
fg-stipple: false
|
||||
indent: 0
|
||||
invisible: false
|
||||
justification: left
|
||||
@ -242,12 +240,10 @@ window1
|
||||
caret offset: 0
|
||||
default attributes: bg-color: <omitted>
|
||||
bg-full-height: 0
|
||||
bg-stipple: false
|
||||
direction: <omitted>
|
||||
editable: false
|
||||
family-name: <omitted>
|
||||
fg-color: <omitted>
|
||||
fg-stipple: false
|
||||
indent: 0
|
||||
invisible: false
|
||||
justification: left
|
||||
@ -359,12 +355,10 @@ window1
|
||||
caret offset: 0
|
||||
default attributes: bg-color: <omitted>
|
||||
bg-full-height: 0
|
||||
bg-stipple: false
|
||||
direction: <omitted>
|
||||
editable: false
|
||||
family-name: <omitted>
|
||||
fg-color: <omitted>
|
||||
fg-stipple: false
|
||||
indent: 0
|
||||
invisible: false
|
||||
justification: left
|
||||
@ -450,12 +444,10 @@ window1
|
||||
caret offset: 0
|
||||
default attributes: bg-color: <omitted>
|
||||
bg-full-height: 0
|
||||
bg-stipple: false
|
||||
direction: <omitted>
|
||||
editable: false
|
||||
family-name: <omitted>
|
||||
fg-color: <omitted>
|
||||
fg-stipple: false
|
||||
indent: 0
|
||||
invisible: false
|
||||
justification: left
|
||||
@ -541,12 +533,10 @@ window1
|
||||
caret offset: 0
|
||||
default attributes: bg-color: <omitted>
|
||||
bg-full-height: 0
|
||||
bg-stipple: false
|
||||
direction: <omitted>
|
||||
editable: false
|
||||
family-name: <omitted>
|
||||
fg-color: <omitted>
|
||||
fg-stipple: false
|
||||
indent: 0
|
||||
invisible: false
|
||||
justification: left
|
||||
@ -632,12 +622,10 @@ window1
|
||||
caret offset: 0
|
||||
default attributes: bg-color: <omitted>
|
||||
bg-full-height: 0
|
||||
bg-stipple: false
|
||||
direction: <omitted>
|
||||
editable: false
|
||||
family-name: <omitted>
|
||||
fg-color: <omitted>
|
||||
fg-stipple: false
|
||||
indent: 0
|
||||
invisible: false
|
||||
justification: left
|
||||
@ -723,12 +711,10 @@ window1
|
||||
caret offset: 0
|
||||
default attributes: bg-color: <omitted>
|
||||
bg-full-height: 0
|
||||
bg-stipple: false
|
||||
direction: <omitted>
|
||||
editable: false
|
||||
family-name: <omitted>
|
||||
fg-color: <omitted>
|
||||
fg-stipple: false
|
||||
indent: 0
|
||||
invisible: false
|
||||
justification: left
|
||||
@ -814,12 +800,10 @@ window1
|
||||
caret offset: 0
|
||||
default attributes: bg-color: <omitted>
|
||||
bg-full-height: 0
|
||||
bg-stipple: false
|
||||
direction: <omitted>
|
||||
editable: false
|
||||
family-name: <omitted>
|
||||
fg-color: <omitted>
|
||||
fg-stipple: false
|
||||
indent: 0
|
||||
invisible: false
|
||||
justification: left
|
||||
|
@ -30,12 +30,10 @@ window1
|
||||
caret offset: 0
|
||||
default attributes: bg-color: <omitted>
|
||||
bg-full-height: 0
|
||||
bg-stipple: false
|
||||
direction: <omitted>
|
||||
editable: false
|
||||
family-name: <omitted>
|
||||
fg-color: <omitted>
|
||||
fg-stipple: false
|
||||
indent: 0
|
||||
invisible: false
|
||||
justification: left
|
||||
@ -72,12 +70,10 @@ window1
|
||||
caret offset: 0
|
||||
default attributes: bg-color: <omitted>
|
||||
bg-full-height: 0
|
||||
bg-stipple: false
|
||||
direction: <omitted>
|
||||
editable: false
|
||||
family-name: <omitted>
|
||||
fg-color: <omitted>
|
||||
fg-stipple: false
|
||||
indent: 0
|
||||
invisible: false
|
||||
justification: left
|
||||
|
@ -71,12 +71,10 @@ window1
|
||||
caret offset: 0
|
||||
default attributes: bg-color: <omitted>
|
||||
bg-full-height: 0
|
||||
bg-stipple: false
|
||||
direction: <omitted>
|
||||
editable: false
|
||||
family-name: <omitted>
|
||||
fg-color: <omitted>
|
||||
fg-stipple: false
|
||||
indent: 0
|
||||
invisible: false
|
||||
justification: left
|
||||
|
Loading…
Reference in New Issue
Block a user