project: Port to GTK4 accessibility framework

This was simple, since few widgets have accessibility properties
manually set. The 'static' role doesn't exist anymore, and GtkLabel
handles everything for us, so we can just drop it.
This commit is contained in:
Georges Basile Stavracas Neto 2022-07-08 11:11:38 -03:00
parent 262d6a6e7a
commit a8484b9c07
3 changed files with 8 additions and 26 deletions

View file

@ -12,11 +12,6 @@
<property name="wrap">True</property>
<property name="xalign">0.0</property>
<property name="yalign">0.0</property>
<child internal-child="accessible">
<object class="AtkObject">
<property name="AtkObject::accessible-role">static</property>
</object>
</child>
</object>
</child>
</object>
@ -140,11 +135,7 @@
</child>
</template>
<object class="GtkPopoverMenu" id="oars_popover">
<accessibility>
<relation target="oars_button" type="popup-for"/>
</accessibility>
</object>
<object class="GtkPopoverMenu" id="oars_popover" />
<menu id="age_menu" />