Plug.this

Create a new plug widget inside the GtkSocket identified by socket_id. Since 2.2

  1. this(GtkPlug* gtkPlug)
  2. this(gulong socketId)
  3. this(Display display, gulong socketId)
    class Plug

Parameters

display Display

the GdkDisplay on which socket_id is displayed

socketId gulong

the XID of the socket's window.

Throws

ConstructionException GTK+ fails to create the object.

Meta