Function fractal::utils::bool_to_accessible_tristate
source ยท pub fn bool_to_accessible_tristate(checked: bool) -> AccessibleTristate
Expand description
Convert the given checked bool
to a GtkAccessibleTristate
.