Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/xwt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry K <v-dmkira@microsoft.com>2018-10-18 14:17:30 +0300
committerDmitry K <v-dmkira@microsoft.com>2018-10-18 14:17:30 +0300
commit5bb63a4ad3461a1386ecdfccf458cdc7777d40f0 (patch)
tree22cde003335bf352fb6d6bfb3969df4ebed9cdbc /Xwt.Gtk
parent2364dd8903d11bda4796717519811cfd6ec2f5b1 (diff)
[a11y][WPF] Add accessible name to TreeView row
Diffstat (limited to 'Xwt.Gtk')
-rw-r--r--Xwt.Gtk/Xwt.GtkBackend/TreeStoreBackend.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Xwt.Gtk/Xwt.GtkBackend/TreeStoreBackend.cs b/Xwt.Gtk/Xwt.GtkBackend/TreeStoreBackend.cs
index efdbe50e..6d3b6f23 100644
--- a/Xwt.Gtk/Xwt.GtkBackend/TreeStoreBackend.cs
+++ b/Xwt.Gtk/Xwt.GtkBackend/TreeStoreBackend.cs
@@ -52,6 +52,7 @@ namespace Xwt.GtkBackend
public int LastChildIndex = -1;
public int ChildrenCount = -1;
public int Version;
+ public string Name { get; set; }
}
public class TreeStoreBackend: TableStoreBackend, ITreeStoreBackend