Jonathan

Results 293 comments of Jonathan

Hey @zyedidia can you merge this?

I think the syntax in other languages such as Rust, Python and C# is much nicer. In Rust it would be so much cleaner: ```rust enum InvoiceStatus { Paid, Unpaid,...

Related: Function icon 𝑓 and 𝑓(x) #1079

I don't know, but a quick glance at the GTK documentation and I found the [`set_list_factory`](https://docs.gtk.org/gtk4/method.DropDown.set_list_factory.html) method on the `Gtk.DropDown` widget which might be something that could be used?

Ah, yes! You're right, the interface lacks the vfuncs. That's the issue I have.