Skip to content

Entry show show entered #210

Description

@MurdochRav

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())

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions