MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / panes

Method panes

tools/python-3.11.9-amd64/Lib/tkinter/tix.py:1245–1247  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1243 self.tk.call(self._w, 'paneconfigure', entry, *self._options(cnf, kw))
1244
1245 def panes(self):
1246 names = self.tk.splitlist(self.tk.call(self._w, 'panes'))
1247 return [self.subwidget(x) for x in names]
1248
1249class PopupMenu(TixWidget):
1250 """PopupMenu widget can be used as a replacement of the tk_popup command.

Callers 1

test_insertMethod · 0.45

Calls 2

callMethod · 0.80
subwidgetMethod · 0.80

Tested by 1

test_insertMethod · 0.36