We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f9c260 commit 15e51e7Copy full SHA for 15e51e7
platforms/windows/src/node.rs
@@ -746,6 +746,9 @@ struct RangeValueProvider(PlatformNode);
746
#[implement(Windows::Win32::UI::Accessibility::ISelectionItemProvider)]
747
struct SelectionItemProvider(PlatformNode);
748
749
+// These patterns are duplicated across a subset of the trait methods further down. It
750
+// would be good to rework the patterns! macro to remove this duplication.
751
+// https://github.com/AccessKit/accesskit/issues/104
752
patterns! {
753
(Toggle, is_toggle_pattern_supported, (
754
(ToggleState, toggle_state, ToggleState)
0 commit comments