Return the fractional padding added around box-zoom selections.
(&self)
| 262 | |
| 263 | /// Return the fractional padding added around box-zoom selections. |
| 264 | pub fn selection_padding(&self) -> f64 { |
| 265 | self.selection_padding |
| 266 | } |
| 267 | |
| 268 | /// Set the fractional padding added around box-zoom selections. |
| 269 | pub fn set_selection_padding(&mut self, padding: f64) -> &mut Self { |