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

  /external/python/cpython2/Demo/tkinter/matt/
placer-simple.py 21 f.place(relx=0.0, rely=0.0)
28 f.button.place(relx=0.5, rely=0.0, anchor=NW)
packer-and-placer-together.py 30 f.button.place(relx=0.5, rely=0.0, anchor=NW)
  /external/python/cpython2/Lib/lib-tk/
SimpleDialog.py 37 def _set_transient(self, master, relx=0.5, rely=0.3):
53 x = m_x + (m_width - w_width) * relx
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
SimpleDialog.py 37 def _set_transient(self, master, relx=0.5, rely=0.3):
53 x = m_x + (m_width - w_width) * relx
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
SimpleDialog.py 37 def _set_transient(self, master, relx=0.5, rely=0.3):
53 x = m_x + (m_width - w_width) * relx
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
SimpleDialog.py 37 def _set_transient(self, master, relx=0.5, rely=0.3):
53 x = m_x + (m_width - w_width) * relx
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
SimpleDialog.py 37 def _set_transient(self, master, relx=0.5, rely=0.3):
53 x = m_x + (m_width - w_width) * relx
  /external/python/cpython2/Lib/idlelib/
tabbedpages.py 254 relx=0.0, x=0,
260 relx=0.0, x=-self.bw,
276 relx=1.0, x=0,
  /external/python/cpython3/Lib/idlelib/
tabbedpages.py 254 relx=0.0, x=0,
260 relx=0.0, x=-self.bw,
276 relx=1.0, x=0,
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
tabbedpages.py 254 relx=0.0, x=0,
260 relx=0.0, x=-self.bw,
276 relx=1.0, x=0,
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
tabbedpages.py 254 relx=0.0, x=0,
260 relx=0.0, x=-self.bw,
276 relx=1.0, x=0,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
tabbedpages.py 254 relx=0.0, x=0,
260 relx=0.0, x=-self.bw,
276 relx=1.0, x=0,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
tabbedpages.py 254 relx=0.0, x=0,
260 relx=0.0, x=-self.bw,
276 relx=1.0, x=0,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
tktools.py 33 def set_transient(widget, master, relx=0.5, rely=0.3, expose=1):
55 x = m_x + (m_width - w_width) * relx
  /external/python/cpython2/Tools/webchecker/
tktools.py 33 def set_transient(widget, master, relx=0.5, rely=0.3, expose=1):
55 x = m_x + (m_width - w_width) * relx
  /external/python/cpython3/Lib/tkinter/
simpledialog.py 61 def _set_transient(self, master, relx=0.5, rely=0.3):
77 x = m_x + (m_width - w_width) * relx
  /external/python/cpython2/Lib/lib-tk/test/test_tkinter/
test_geometry_managers.py 315 f2.place_configure(x=-10, relx=1)
342 self.assertEqual(f2.place_info()['relx'], '0')
345 f2.place_configure(relx=0.5)
346 self.assertEqual(f2.place_info()['relx'], '0.5')
349 f2.place_configure(relx=1)
350 self.assertEqual(f2.place_info()['relx'], '1')
355 f2.place_configure(in_=f, relx='spam')
454 relx=0.1, rely=0.2, relwidth=0.3, relheight=0.4,
462 self.assertEqual(info['relx'], '0.1')
    [all...]
  /external/python/cpython3/Lib/tkinter/test/test_tkinter/
test_geometry_managers.py 315 f2.place_configure(x=-10, relx=1)
342 self.assertEqual(f2.place_info()['relx'], '0')
345 f2.place_configure(relx=0.5)
346 self.assertEqual(f2.place_info()['relx'], '0.5')
349 f2.place_configure(relx=1)
350 self.assertEqual(f2.place_info()['relx'], '1')
355 f2.place_configure(in_=f, relx='spam')
454 relx=0.1, rely=0.2, relwidth=0.3, relheight=0.4,
462 self.assertEqual(info['relx'], '0.1')
    [all...]

Completed in 331 milliseconds