MCPcopy Index your code
hub / github.com/python/cpython / panecget

Method panecget

Lib/tkinter/__init__.py:4990–4993  ·  view source on GitHub ↗

Return the value of option for a child window.

(self, child, option)

Source from the content-addressed store, hash-verified

4988 return self.sash("place", index, x, y)
4989
4990 def panecget(self, child, option):
4991 """Return the value of option for a child window."""
4992 return self.tk.call(
4993 (self._w, 'panecget') + (child, '-'+option))
4994
4995 def paneconfigure(self, tagOrId, cnf=None, **kw):
4996 """Query or modify the configuration options for a child window.

Callers 2

test_paneconfigureMethod · 0.80
check_paneconfigureMethod · 0.80

Calls 1

callMethod · 0.45

Tested by 2

test_paneconfigureMethod · 0.64
check_paneconfigureMethod · 0.64