Home
last modified time | relevance | path

Searched refs:tkFont (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython2/Demo/tkinter/ttk/
Dtreeview_multicolumn.py3 import tkFont
80 self.tree.column(col, width=tkFont.Font().measure(col.title()))
87 ilen = tkFont.Font().measure(val)
Dttkcalendar.py7 import tkFont
112 font = tkFont.Font()
119 self._font = tkFont.Font()
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/
Dtest_font.py3 import tkFont as font
/external/python/cpython2/Lib/idlelib/
Dhelp.py31 import tkFont as tkfont
DconfigDialog.py13 import tkMessageBox, tkColorChooser, tkFont
118 self.editFont = tkFont.Font(parent, ('courier', 10, 'normal'))
895 fontWeight = tkFont.BOLD if self.fontBold.get() else tkFont.NORMAL
996 fonts = list(tkFont.families(self))
DconfigHandler.py27 from tkFont import Font, nametofont
/external/python/cpython3/Lib/idlelib/
Dconfigdialog.py20 import tkinter.font as tkFont namespace
601 fonts = list(tkFont.families(self))
656 font_weight = tkFont.BOLD if self.font_bold.get() else tkFont.NORMAL
/external/python/cpython2/Misc/NEWS.d/
D2.7.9rc1.rst741 Fix the comparison between a tkFont.Font and an object of another kind.
D2.7.15rc1.rst892 tkFont now supports unicode options (e.g. font family).
/external/python/six/documentation/
Dindex.rst654 | ``tkinter_font`` | :mod:`py2:tkFont` | :mod:`py3:tkinter.font` …
/external/python/cpython2/Doc/library/
Dtkinter.rst130 :mod:`tkFont`
/external/python/cpython2/Misc/
DHISTORY2590 - A new function tkFont.nametofont was added to return an existing
/external/python/cpython3/Misc/
DHISTORY19974 - A new function tkFont.nametofont was added to return an existing