Ejemplo n.º 1
0
    def view_spectrum_on_click(self, enable=True):
        """
		Toggle "View Spectrum On Click" mode
		
		:param enable: Whether to enable the mode
		:type enable: bool
		"""

        if enable or (not enable and self._view_spectrum_enabled):
            coming_soon(
                "'view_spectrum_on_click' has not been implemented yet")
Ejemplo n.º 2
0
 def on_config_borders(self, _):
     coming_soon()
Ejemplo n.º 3
0
 def on_save_all(self, _):
     coming_soon()
Ejemplo n.º 4
0
 def do_comparison_info(self,
                        event):  # wxGlade: launcher_tab.<event_handler>
     coming_soon()
     event.Skip()
    def on_help(self, _):  # wxGlade: AmmunitionDetailsEditor.<event_handler>
        """
		Event handler for opening the help window
		"""

        coming_soon()