OpenGadgetList() from a different program?

Linux specific forum
GBeebe
Enthusiast
Enthusiast
Posts: 263
Joined: Sat Oct 09, 2004 6:52 pm
Location: Franklin, PA - USA
Contact:

OpenGadgetList() from a different program?

Post by GBeebe »

... What I'm trying to do is have a program call a library and pass the GadgetID of a container gadget to a ProcedureDLL in it. What I want the library to do is add other gadgets to the container gadget. Basically to add "plug-in" functionality to later extend the program's capabilities. But OpenGadgetList() doesn't appear to recognize gadgetID's outside of its own program. Does anyone know if this can be done? And if so, can the library monitor the events of the gadgets that it created?