-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gtk.ListBox
should be iterable
#193
Comments
I asked which types are known to be iterable in the GNOME JavaScript channel on Matrix, and I got a response from ptomato:
From a quick look, I found the following iterable types:
|
Relatedly, |
Hello @vixalien thanks for the issues, I am currently developing my own GNOME application in TypeScript in my limited free time to do the complete process to the finished application myself. As soon as I have a little more time or have finished the first release, I will concentrate more on ts-for-gir again |
In GJS, it seems to be iterable. Might also be useful to know which other types are iterable.
See https://github.com/workbenchdev/demos/blob/3d05940216e007b4b3681d8a8d620d5aedcf73fb/src/Drag%20and%20Drop/main.js#L12
The text was updated successfully, but these errors were encountered: