sebp / sebp/PyGObject-Tutorial

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

Open
#175 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

help wanted
Dominant language
Python
Stars
392
Forks
157
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the tutorial page titled “21. Glade and Gtk.Builder” and review its existing discussion of directing signals from XML to Python. Use the listed GtkRadioButton, GtkFileChooserNative, GtkButton, and GtkSpinner examples to define the missing interaction coverage; the work is done when the page explains both interface-to-interface and Python-mediated interactions.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
documentation
Issue type
Documentation
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.