Get font attribute
(self, option)
| 140 | self._split(self._call("font", "actual", self.name, *args))) |
| 141 | |
| 142 | def cget(self, option): |
| 143 | "Get font attribute" |
| 144 | return self._call("font", "config", self.name, "-"+option) |
| 145 | |
| 146 | def config(self, **options): |
| 147 | "Modify font attributes" |