Home
last modified time | relevance | path

Searched refs:ok_command (Results 1 – 5 of 5) 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
/external/python/cpython3/Lib/tkinter/
Dfiledialog.py104 command=self.ok_command)
159 self.ok_command()
166 self.ok_command()
168 def ok_command(self): member in FileDialog
237 def ok_command(self): member in LoadFileDialog
251 def ok_command(self): member in SaveFileDialog
/external/python/cpython3/Doc/library/
Ddialog.rst191 .. method:: ok_command()
201 .. method:: ok_command()