예제 #1
0
    def _open_cmd_wizard(self, event):
        """
        Run command wizard window and update combobox when it finishes.
        """
        def update_scan_profiles(wwin):
            self.scan_name.update()

        w = Wizard()
        w.show_all()
        w.connect('destroy', update_scan_profiles)
예제 #2
0
    def _open_cmd_wizard(self, event):
        """
        Run command wizard window and update combobox when it finishes.
        """
        def update_scan_profiles(wwin):
            self.scan_name.update()

        w = Wizard()
        w.show_all()
        w.connect('destroy', update_scan_profiles)
예제 #3
0
 def new_wiz(self,widget):
     w = Wizard()
     w.set_notebook(None)
     w.set_profilemanager(self.model)
     w.show_all()
 def new_wiz(self, widget):
     w = Wizard()
     w.set_notebook(None)
     w.set_profilemanager(self.model)
     w.show_all()