mirror of
https://github.com/Taiko2k/GTK4PythonTutorial.git
synced 2026-01-07 20:00:09 +01:00
Update README.md
This commit is contained in:
@@ -211,7 +211,7 @@ You can handle the toggle signal like this:
|
||||
radio1.connect("toggled", self.radio_toggled)
|
||||
```
|
||||
|
||||
When connecting a signal its helpful to pass additional paramiters like as follows. This way you can have one functon handle events from multiple widgets. Just forget to handle the extra paramiter in your handler function.
|
||||
When connecting a signal its helpful to pass additional paramiters like as follows. This way you can have one functon handle events from multiple widgets. Just don't forget to handle the extra paramiter in your handler function.
|
||||
|
||||
|
||||
```python
|
||||
|
||||
Reference in New Issue
Block a user