pekim / gobbi

gobbi is a set of generated Go bindings for gtk et al.
MIT License
28 stars 3 forks source link

How to extract element from GList #19

Open rythmkraze opened 4 years ago

rythmkraze commented 4 years ago

I am confused as to how to extract the GtkWidget element held inside the GList returned by gtk_container_get_children(). Any help would be appreciated.

pekim commented 4 years ago

This isn't currently supported. Hopefully issue #20 will lay the groundwork allow to allow me to add some support for GList.