Method
GtkPlugconstruct
Declaration [src]
void
gtk_plug_construct (
GtkPlug* plug,
Window socket_id
)
Description [src]
Finish the initialization of plug
for a given GtkSocket
identified by
socket_id
. This function will generally only be used by classes deriving from GtkPlug
.
Parameters
socket_id
-
Type:
Window
The XID of the socket’s window.