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

Method controls_help_enabled

src/plot_widget.rs:850–852  ·  view source on GitHub ↗

Return whether the in-canvas controls/help UI is enabled.

(&self)

Source from the content-addressed store, hash-verified

848
849 /// Set full interaction controls behavior for the plot.
850 pub fn set_controls(&mut self, controls: PlotControls) {
851 self.controls = controls;
852 }
853
854 /// Get the full interaction controls behavior for the plot.
855 pub fn get_controls(&self) -> &PlotControls {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected