1. This is actually not a "Gtk" API, it is GObject-based API. E.g. GTK# call it GAPI.
Yes, that's true.
3. Additionally using SqueakDotNet I found that they use blocks as a callback "functions", not selectors (as in gst Gtk package). This looks elegant and universal, though I doubt that it's possible in gst.
You can just use a selector of #value:value: (or similar) and a block as the callback receiver.
Paolo _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
