Searched refs:relx (Results 1 – 10 of 10) sorted by relevance
/external/python/cpython2/Demo/tkinter/matt/ |
D | placer-simple.py | 21 f.place(relx=0.0, rely=0.0) 28 f.button.place(relx=0.5, rely=0.0, anchor=NW)
|
D | packer-and-placer-together.py | 30 f.button.place(relx=0.5, rely=0.0, anchor=NW)
|
/external/python/cpython2/Lib/lib-tk/ |
D | SimpleDialog.py | 37 def _set_transient(self, master, relx=0.5, rely=0.3): argument 53 x = m_x + (m_width - w_width) * relx
|
/external/python/cpython2/Lib/idlelib/ |
D | tabbedpages.py | 254 relx=0.0, x=0, 260 relx=0.0, x=-self.bw, 276 relx=1.0, x=0,
|
/external/llvm-project/lld/test/ELF/ |
D | reloc-sec-before-relocated.test | 27 - Name: .relx.data
|
/external/python/cpython3/Lib/tkinter/ |
D | simpledialog.py | 62 def _set_transient(self, master, relx=0.5, rely=0.3): argument 78 x = m_x + (m_width - w_width) * relx
|
/external/python/cpython2/Tools/webchecker/ |
D | tktools.py | 33 def set_transient(widget, master, relx=0.5, rely=0.3, expose=1): argument 55 x = m_x + (m_width - w_width) * relx
|
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/ |
D | test_geometry_managers.py | 315 f2.place_configure(x=-10, relx=1) 345 f2.place_configure(relx=0.5) 349 f2.place_configure(relx=1) 355 f2.place_configure(in_=f, relx='spam') 454 relx=0.1, rely=0.2, relwidth=0.3, relheight=0.4,
|
/external/python/cpython3/Lib/tkinter/test/test_tkinter/ |
D | test_geometry_managers.py | 315 f2.place_configure(x=-10, relx=1) 345 f2.place_configure(relx=0.5) 349 f2.place_configure(relx=1) 355 f2.place_configure(in_=f, relx='spam') 454 relx=0.1, rely=0.2, relwidth=0.3, relheight=0.4,
|
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
D | broken-dynamic-reloc.test | 69 - Name: .relx.dyn 85 FirstSec: .relx.dyn
|