Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Entry show show entered #210

Open
MurdochRav opened this issue Apr 15, 2022 · 0 comments
Open

Entry show show entered #210

MurdochRav opened this issue Apr 15, 2022 · 0 comments

Comments

@MurdochRav
Copy link

Thhe whole point of an entry widget in most cases is to retrieve entered text.
So an entry example should show what actually happens if text is entered.
I suggest ADD around line 20
self.entry.connect("activate", self.GotText)
and ADD around line 76
def GotText(self,e):
print ('Got' ,e.get_text())

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant