MCPcopy Create free account
hub / github.com/dtmilano/AndroidViewClient / LabeledEntryWithButton

Class LabeledEntryWithButton

src/com/dtmilano/android/culebron.py:2096–2100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2094
2095
2096 class LabeledEntryWithButton(LabeledEntry):
2097 def __init__(self, parent, text, buttonText, command, validate, validatecmd):
2098 LabeledEntry.__init__(self, parent, text, validate, validatecmd)
2099 self.button = tkinter.Button(self.f, text=buttonText, command=command)
2100 self.button.grid(row=1, column=3)
2101
2102
2103 class DragDialog(tkinter.Toplevel):

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected