KC
KC
Is is fine to update the example one at a time or all update in one PR?
In that case, @gerito1 Can you please (re-)arrange the space for GTk4 examples to come?
Quick question - These GTK3 example must be same and port to GTK4? Or we can do some modification? For example, I would like to simplify the `label.vala` to have...
Not exactly per se. But, I've use `.unsafe()` as a workaround. I've replaced `columns` array to string and then concatenating the columns instead of pushing in it. ```js let columns...