Plug.this

Create a new plug widget inside the gtk.Socket identified by socket_id.

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

Parameters

display Display

the gdk.Display on which socket_id is displayed

socketId ulong

the XID of the socket’s window.

Return Value

the new gtk.Plug widget.

Throws

ConstructionException GTK+ fails to create the object.

Meta