コード例 #1
0
 def run(self):
     self.textview.grab_focus()
     Dialog.run(self)
コード例 #2
0
 def run(self):
     self.iconview.grab_focus()
     Dialog.run(self)
コード例 #3
0
ファイル: quicknote.py プロジェクト: thejeshgn/Zim
	def run(self):
		self.textview.grab_focus()
		Dialog.run(self)
コード例 #4
0
 def run(self):
     """Call the widget.dialog.run method."""
     Dialog.run(self)
コード例 #5
0
ファイル: insertsymbol.py プロジェクト: DarioGT/Zim-QDA
 def run(self):
     self.iconview.grab_focus()
     Dialog.run(self)
コード例 #6
0
ファイル: bibtexeditor.py プロジェクト: wiwie/zim_bibtex
 def run(self):
     return Dialog.run(self)
コード例 #7
0
ファイル: tableeditor.py プロジェクト: wiwie/zim_tableeditor
	def run(self):
		return Dialog.run(self)