PyGObject-Tutorial icon indicating copy to clipboard operation
PyGObject-Tutorial copied to clipboard

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

Open PlatonB opened this issue 4 years ago • 2 comments

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

PlatonB avatar Sep 07 '20 20:09 PlatonB

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

sebp avatar Sep 22 '20 08:09 sebp

@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.

PlatonB avatar Sep 23 '20 14:09 PlatonB