Skip to content

Entry show show entered #210

@MurdochRav

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

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