Home
last modified time | relevance | path

Searched refs:ok_command (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/lib-tk/
DFileDialog.py93 command=self.ok_command)
148 self.ok_command()
155 self.ok_command()
157 def ok_command(self): member in FileDialog
226 def ok_command(self): member in LoadFileDialog
240 def ok_command(self): member in SaveFileDialog
/external/python/cpython2/Demo/tix/samples/
DOptMenu.py55 command=lambda w=w: ok_command(w))
61 def ok_command(w): function
DComboBox.py81 command=lambda w=w: ok_command(w))
95 def ok_command(w): function