MCPcopy Create free account
hub / github.com/donkeyteethUX/iced_plot / set_controls_help

Method set_controls_help

src/plot_widget.rs:845–847  ·  view source on GitHub ↗

Enable or disable the in-canvas controls/help UI (`?` button + panel).

(&mut self, enabled: bool)

Source from the content-addressed store, hash-verified

843 {
844 self.canvas_caches.static_layer.clear();
845 self.canvas_caches.overlay_layer.clear();
846 }
847 }
848
849 /// Set full interaction controls behavior for the plot.
850 pub fn set_controls(&mut self, controls: PlotControls) {

Callers 2

buildMethod · 0.80
updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected