c# - In Gtk#, how can I pass an object reference in drag/drop? -
By reading the document, it appears that as a data you need to send an array of bytes. This cross program is understandable for interoperability, but I want to exchange data within my application. Is it possible to pass an object reference as a data?
From the comments of Johannes Sansonko:
By reading the docs, I It does not seem that it is possible. To use a dictionary to store "pointers" and their values.
Comments
Post a Comment