Home
last modified time | relevance | path

Searched refs:winfo_reqheight (Results 1 – 19 of 19) sorted by relevance

/external/python/cpython2/Lib/idlelib/
DconfigSectionNameDialog.py36 ((parent.winfo_height()/2 - self.winfo_reqheight()/2)
DconfigHelpSourceEdit.py41 ((parent.winfo_height()/2 - self.winfo_reqheight()/2)
DkeybindingDialog.py47 ((parent.winfo_height()/2 - self.winfo_reqheight()/2)
DDebugger.py518 height = subframe.winfo_reqheight()
DconfigDialog.py1439 size = (interior.winfo_reqwidth(), interior.winfo_reqheight())
/external/python/cpython2/Lib/lib-tk/
DSimpleDialog.py52 w_height = widget.winfo_reqheight()
Dttk.py1536 y = self.scale.winfo_y() - self.label.winfo_reqheight()
1538 y = self.scale.winfo_reqheight() + self.label.winfo_reqheight()
DTkinter.py892 def winfo_reqheight(self): member in Misc
/external/python/cpython3/Lib/tkinter/
Dttk.py1588 y = self.scale.winfo_y() - self.label.winfo_reqheight()
1590 y = self.scale.winfo_reqheight() + self.label.winfo_reqheight()
Dsimpledialog.py76 w_height = widget.winfo_reqheight()
D__init__.py1042 def winfo_reqheight(self): member in Misc
/external/python/cpython3/Lib/idlelib/
Dquery.py79 ((parent.winfo_height()/2 - self.winfo_reqheight()/2)
Dconfig_key.py89 ((parent.winfo_height()/2 - self.winfo_reqheight()/2)
Ddebugger.py533 height = subframe.winfo_reqheight()
Dconfigdialog.py2290 size = (interior.winfo_reqwidth(), interior.winfo_reqheight())
/external/python/cpython2/Tools/webchecker/
Dtktools.py54 w_height = widget.winfo_reqheight()
/external/python/cpython2/Lib/
Dpydoc.py2201 self.bigminheight = (self.server_frm.winfo_reqheight() +
2202 self.search_frm.winfo_reqheight() +
2203 self.result_lst.winfo_reqheight() +
2204 self.result_frm.winfo_reqheight())
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/
Dtest_geometry_managers.py264 self.assertEqual(pack.winfo_reqheight(), 200)
268 self.assertEqual(pack.winfo_reqheight(), 40)
/external/python/cpython3/Lib/tkinter/test/test_tkinter/
Dtest_geometry_managers.py264 self.assertEqual(pack.winfo_reqheight(), 200)
268 self.assertEqual(pack.winfo_reqheight(), 40)