Base accessibility API.

This commit is contained in:
Pāvels Nadtočajevs
2025-03-21 16:42:23 +02:00
parent af2c713971
commit b106dfd4f9
124 changed files with 7631 additions and 181 deletions

View File

@@ -391,6 +391,9 @@
<member name="snapping_enabled" type="bool" setter="set_snapping_enabled" getter="is_snapping_enabled" default="true">
If [code]true[/code], enables snapping.
</member>
<member name="type_names" type="Dictionary" setter="set_type_names" getter="get_type_names" default="{}">
[Dictionary] of human readable port type names.
</member>
<member name="zoom" type="float" setter="set_zoom" getter="get_zoom" default="1.0">
The current zoom value.
</member>
@@ -603,5 +606,8 @@
<theme_item name="panel" data_type="style" type="StyleBox">
The background drawn under the grid.
</theme_item>
<theme_item name="panel_focus" data_type="style" type="StyleBox">
[StyleBox] used when the [GraphEdit] is focused (when used with assistive apps).
</theme_item>
</theme_items>
</class>