MCPcopy Create free account
hub / github.com/TheRedDeveloper/ply-engine / ring_width

Method ring_width

src/accessibility.rs:243–246  ·  view source on GitHub ↗

Sets the width (thickness) of the focus ring in pixels. Default is `2`.

(&mut self, width: u16)

Source from the content-addressed store, hash-verified

241
242 /// Sets the width (thickness) of the focus ring in pixels. Default is `2`.
243 pub fn ring_width(&mut self, width: u16) -> &mut Self {
244 self.config.ring_width = Some(width);
245 self
246 }
247
248 /// Sets the live region to polite — screen reader announces changes on next idle.
249 pub fn live_region_polite(&mut self) -> &mut Self {

Callers 1

builder_ring_stylingFunction · 0.80

Calls

no outgoing calls

Tested by 1

builder_ring_stylingFunction · 0.64