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

Method __init__

tools/python-3.11.9-amd64/Lib/tkinter/tix.py:528–536  ·  view source on GitHub ↗
(self, master=None, cnf={}, **kw)

Source from the content-addressed store, hash-verified

526
527 # FIXME: It should inherit -superclass tixShell
528 def __init__(self, master=None, cnf={}, **kw):
529 # static seem to be -installcolormap -initwait -statusbar -cursor
530 static = ['options', 'installcolormap', 'initwait', 'statusbar',
531 'cursor']
532 TixWidget.__init__(self, master, 'tixBalloon', static, cnf, kw)
533 self.subwidget_list['label'] = _dummyLabel(self, 'label',
534 destroy_physically=0)
535 self.subwidget_list['message'] = _dummyLabel(self, 'message',
536 destroy_physically=0)
537
538 def bind_widget(self, widget, cnf={}, **kw):
539 """Bind balloon widget to another.

Callers

nothing calls this directly

Calls 2

_dummyLabelClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected