Home
last modified time | relevance | path

Searched refs:xposition (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_console/py/pw_console/
Dwindow_list.py340 self, width, height, xposition, yposition argument
350 if xposition:
352 self.current_window_list_xposition = xposition
/external/python/cpython3/Lib/tkinter/
D__init__.py3415 def xposition(self, index): # new in Tk 8.5 member in Menu