コード例 #1
0
    def close_settings(self, *largs):
        # close the settings pages and shows the first page
        # (if we did not start the definition, just continue with ini..)

        # If initialisiation failed, maybe the user entered a different location for ORCA Files, so lets restart
        if not Globals.bInit:
            self.ReStart()

        if Globals.oWinOrcaSettings is None:
            return App.close_settings(self, *largs)

        Globals.oNotifications.SendNotification("closesetting_orca")
        return True
コード例 #2
0
ファイル: term_kivy.py プロジェクト: thuan-bui-huy/pymterm
 def close_settings(self, *largs):
     App.close_settings(self, *largs)
コード例 #3
0
ファイル: main.py プロジェクト: kory75/Duplicator
	def closeSettingsScreen(self):		
		App.close_settings()
コード例 #4
0
ファイル: main.py プロジェクト: robjoski/MasterGrid
 def close_settings(self, *largs):
     self.grid_disabled = False
     App.close_settings(self, largs)