[Gtk-sharp-list] Gtk.Socket -> Port communication

Nigel Benns nigel_benns@rogers.com
Wed, 17 Nov 2004 06:58:26 -0500 (EST)


Does anyone know a way to allow communication between a port and a socket?

If I'm adding a port from another program how do I:

a) Access the widget of the port (this is what I'm really looking for)

b) If not a) then communicate to the port widget so that the main program
   can interface with it.


There is not enough documentation on this subject, just API docs that have
a basic use.  The C# implementation also "seems" to be missing a few
things from other bindings like pygnome or gtkmm:


eg: has_plug(), gobj()...

And the documentation on MonoDoc was almost copied from gtkmm, makes
reference to Socket.Steal() (which is not implemented as far as I can see)
and calls the class as a struct with a plug_window field....

I don't know if I'm using this for the wrong thing and really need bonobo,
or what?