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

Method __init__

tools/python-3.11.9-amd64/Lib/tkinter/ttk.py:623–639  ·  view source on GitHub ↗

Constructs a Ttk Entry widget with the parent master. STANDARD OPTIONS class, cursor, style, takefocus, xscrollcommand WIDGET-SPECIFIC OPTIONS exportselection, invalidcommand, justify, show, state, textvariable, validate, validatecomma

(self, master=None, widget=None, **kw)

Source from the content-addressed store, hash-verified

621 string to be edited by the user."""
622
623 def __init__(self, master=None, widget=None, **kw):
624 """Constructs a Ttk Entry widget with the parent master.
625
626 STANDARD OPTIONS
627
628 class, cursor, style, takefocus, xscrollcommand
629
630 WIDGET-SPECIFIC OPTIONS
631
632 exportselection, invalidcommand, justify, show, state,
633 textvariable, validate, validatecommand, width
634
635 VALIDATION MODES
636
637 none, key, focus, focusin, focusout, all
638 """
639 Widget.__init__(self, master, widget or "ttk::entry", kw)
640
641
642 def bbox(self, index):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected