Exemplo n.º 1
0
 def run(self):
     self.textview.grab_focus()
     Dialog.run(self)
Exemplo n.º 2
0
 def run(self):
     self.iconview.grab_focus()
     Dialog.run(self)
Exemplo n.º 3
0
	def run(self):
		self.textview.grab_focus()
		Dialog.run(self)
Exemplo n.º 4
0
 def run(self):
     """Call the widget.dialog.run method."""
     Dialog.run(self)
Exemplo n.º 5
0
 def run(self):
     self.iconview.grab_focus()
     Dialog.run(self)
Exemplo n.º 6
0
 def run(self):
     return Dialog.run(self)
Exemplo n.º 7
0
	def run(self):
		return Dialog.run(self)