Home
last modified time | relevance | path

Searched defs:ok_command (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/python/cpython2/Lib/lib-tk/
DFileDialog.py157 def ok_command(self): member in FileDialog
226 def ok_command(self): member in LoadFileDialog
240 def ok_command(self): member in SaveFileDialog
/aosp_15_r20/external/python/cpython3/Lib/tkinter/
Dfiledialog.py170 def ok_command(self): member in FileDialog
239 def ok_command(self): member in LoadFileDialog
253 def ok_command(self): member in SaveFileDialog
/aosp_15_r20/external/python/cpython2/Demo/tix/samples/
DOptMenu.py61 def ok_command(w): function
DComboBox.py95 def ok_command(w): function