mirror of
https://github.com/Taiko2k/GTK4PythonTutorial.git
synced 2025-07-21 20:51:10 +02:00
Update README.md
This commit is contained in:
@@ -761,7 +761,7 @@ First we can create an object that will hold the data we want for each item in t
|
|||||||
|
|
||||||
```python
|
```python
|
||||||
class Fruit(GObject.Object):
|
class Fruit(GObject.Object):
|
||||||
name = GObject.Property(type=str)
|
name = GObject.Property(type=str, default="")
|
||||||
def __init__(self, name):
|
def __init__(self, name):
|
||||||
super().__init__()
|
super().__init__()
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user