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

[Help] Connect textbox signal to button label #103

Open
OmegaLambda1998 opened this issue Jul 17, 2020 · 2 comments
Open

[Help] Connect textbox signal to button label #103

OmegaLambda1998 opened this issue Jul 17, 2020 · 2 comments

Comments

@OmegaLambda1998
Copy link

I'd like to have a button's label always be equal to the text in a textbox. Is it possible to assign a signal to the button's label?

@Leticia-maria
Copy link

I think this is possible with simple Gtk. Take a look at Text Widgets tools and a = GtkEntry() # a widget for entering text method, in which is possible to link a signal to text entry or button label.

@Leticia-maria
Copy link

Another tip: If you wanna to do this with GtkReactive, take a look at this specific section on the documentation First example.

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

2 participants