コード例 #1
0
ファイル: _main_window.py プロジェクト: ocarneiro/pyspread
    def OnPythonTutorial(self, event):
        """Python tutorial launch event handler"""

        # Doas not work any more

        self.main_window.actions.launch_help("Python tutorial",
                                             get_python_tutorial_path())
コード例 #2
0
ファイル: _main_window.py プロジェクト: rowhit/pyspread
    def OnPythonTutorial(self, event):
        """Python tutorial launch event handler"""

        self.main_window.actions.launch_help("Python tutorial",
                                             get_python_tutorial_path())