Hallo, Mike McGonagle hat gesagt: // Mike McGonagle wrote:
I was just curious, and looking at the source was not all that obvious, but does anyone know what the outlet on a 'struct' object is used for?
It reports selected and clicked (and maybe more) data structure instances. Connect a [print] to it and select some objects to see the messages. The outlet sends messages composed of a selector and a gpointer, which you can route to [get] objects for example. It's pretty useful!
Frank