HomeSort by relevance Sort by last modified time
    Searched refs:dlgclass (Results 1 - 5 of 5) sorted by null

  /external/python/cpython2/Lib/lib-tk/
Tix.py 131 def tix_filedialog(self, dlgclass=None):
136 An optional dlgclass parameter can be passed to specified what type
140 if dlgclass is not None:
141 return self.tk.call('tix', 'filedialog', dlgclass)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tix.py 134 def tix_filedialog(self, dlgclass=None):
139 An optional dlgclass parameter can be passed to specified what type
143 if dlgclass is not None:
144 return self.tk.call('tix', 'filedialog', dlgclass)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tix.py 134 def tix_filedialog(self, dlgclass=None):
139 An optional dlgclass parameter can be passed to specified what type
143 if dlgclass is not None:
144 return self.tk.call('tix', 'filedialog', dlgclass)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 134 def tix_filedialog(self, dlgclass=None):
139 An optional dlgclass parameter can be passed to specified what type
143 if dlgclass is not None:
144 return self.tk.call('tix', 'filedialog', dlgclass)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 134 def tix_filedialog(self, dlgclass=None):
139 An optional dlgclass parameter can be passed to specified what type
143 if dlgclass is not None:
144 return self.tk.call('tix', 'filedialog', dlgclass)
    [all...]

Completed in 145 milliseconds