(&self, modifiers: keyboard::Modifiers, action: ScrollAction)
| 104 | } |
| 105 | |
| 106 | fn scroll_enabled(&self, modifiers: keyboard::Modifiers, action: ScrollAction) -> bool { |
| 107 | self.widget |
| 108 | .get_controls() |
| 109 | .scroll_is_bound(modifiers, action) |
| 110 | } |
| 111 | |
| 112 | fn set_click(&mut self, button: mouse::Button, action: ClickAction, enabled: bool) { |
| 113 | if enabled { |
nothing calls this directly
no test coverage detected