garrigue / lablgtk

LablGTK 2 and 3: an interface to the GIMP Tool Kit
https://garrigue.github.io/lablgtk
Other
89 stars 40 forks source link

GLib list #7

Closed cedlemo closed 5 years ago

cedlemo commented 6 years ago

Some examples depend on GList that you removed in the lablgtk2on3 branch. I started to reimport from the master branch but it seems that in Gtk2 GList are used with GtkList. I don't know how worked Gtk2 and GtkList, I just know that Gtk3 uses GList like this:

GList *
gtk_container_get_children (GtkContainer *container);

Have you got any advices on this ?

garrigue commented 5 years ago

This GList is unrelated. It is just an internal structure of glib. It is supported in ml_glib.h.

XVilka commented 5 years ago

So I think this can be closed now?