pub fn set_default_enforce_integer_bounds(enforce: bool)Expand description
Change the process-wide default. Only affects widgets constructed
after this call; existing widgets keep whichever value they captured
when they were built. Match MatterCAD semantics (DefaultEnforceIntegerBounds
setter) exactly.