Plug.constructForDisplay

void constructForDisplay(gdk.display.Display display, xlib.types.Window socketId)

Finish the initialization of plug for a given #GtkSocket identified by socket_id which is currently displayed on display. This function will generally only be used by classes deriving from #GtkPlug.

Parameters

displaythe #GdkDisplay associated with socket_id’s #GtkSocket.
socketIdthe XID of the socket’s window.