Plug.this

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

  1. this(GtkPlug* gtkPlug)
  2. this(GdkNativeWindow socketId)
  3. this(Display display, GdkNativeWindow socketId)

Parameters

display Display

the GdkDisplay on which socket_id is displayed

socketId GdkNativeWindow

the XID of the socket's window.

Throws

ConstructionException GTK+ fails to create the object.

Meta