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.py1437 size = (interior.winfo_reqwidth(), interior.winfo_reqheight())
/external/python/cpython2/Lib/lib-tk/
DSimpleDialog.py52 w_height = widget.winfo_reqheight()
Dttk.py1534 y = self.scale.winfo_y() - self.label.winfo_reqheight()
1536 y = self.scale.winfo_reqheight() + self.label.winfo_reqheight()
DTkinter.py887 def winfo_reqheight(self): member in Misc
/external/python/cpython3/Lib/tkinter/
Dttk.py1560 y = self.scale.winfo_y() - self.label.winfo_reqheight()
1562 y = self.scale.winfo_reqheight() + self.label.winfo_reqheight()
Dsimpledialog.py76 w_height = widget.winfo_reqheight()
D__init__.py1036 def winfo_reqheight(self): member in Misc
/external/python/cpython3/Lib/idlelib/
Dquery.py80 ((parent.winfo_height()/2 - self.winfo_reqheight()/2)
Dconfig_key.py50 ((parent.winfo_height()/2 - self.winfo_reqheight()/2)
Ddebugger.py533 height = subframe.winfo_reqheight()
Dconfigdialog.py1449 size = (interior.winfo_reqwidth(), interior.winfo_reqheight())
/external/python/cpython2/Tools/webchecker/
Dtktools.py54 w_height = widget.winfo_reqheight()
/external/python/cpython2/Lib/
Dpydoc.py2195 self.bigminheight = (self.server_frm.winfo_reqheight() +
2196 self.search_frm.winfo_reqheight() +
2197 self.result_lst.winfo_reqheight() +
2198 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)