コード例 #1
0
ファイル: startupwizard.py プロジェクト: dz0ny/pitivi
 def _cheatsheetCb(self, unused_button):
     """Shows the shortcuts cheatsheet."""
     show_shortcuts(self.app)
コード例 #2
0
 def _show_shortcuts_cb(self, unused_action, unused_param):
     show_shortcuts(self)
コード例 #3
0
 def _show_shortcuts_cb(self, unused_action, unused_param):
     show_shortcuts(self)
コード例 #4
0
 def _cheatsheetCb(self, unused_button):
     """Shows the shortcuts cheatsheet."""
     show_shortcuts(self.app)