Plug.this

Creates a new plug widget inside the gtk.Socket identified by socket_id. If socket_id is 0, the plug is left “unplugged” and can later be plugged into a gtk.Socket by Socket.addId.

Parameters

socketId ulong

the window ID of the socket, or 0.

Return Value

the new gtk.Plug widget.

Throws

ConstructionException GTK+ fails to create the object.