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

[21. Glade and Gtk.Builder] Lack of info about interaction between widgets #175

Open
PlatonB opened this issue Sep 7, 2020 · 2 comments

Comments

@PlatonB
Copy link

PlatonB commented Sep 7, 2020

This page describes only how to direct signals from XML to Python code. There is a lack of description of other interaction types.

  • interface element 1[ --> python code?] --> interface element 2
    Examples:

    • to turn off one GtkRadioButton when another GtkRadioButton is on
    • to open GtkFileChooserNative by pressing GtkButton
  • [interface element 1 --> ]python code --> interface element 2
    Example:

    • to run GtkSpinner when a certain part of Python code is being executed
@sebp
Copy link
Owner

sebp commented Sep 22, 2020

If you can create a pull request with an example and some explanation, I'd be happy to merge it.

@PlatonB
Copy link
Author

PlatonB commented Sep 23, 2020

@sebp I'm a beginner in PyGObject and Glade, so I can hardly do it. Perhaps it will be interesting @BharatKalluri - author of cool tutorials on GTK interface development.

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

No branches or pull requests

2 participants