@construct
Description:
public void @construct (
Window socket_id)
Finish the initialization of this for a given Socket
identified by socket_id
.
This function will generally only be used by classes deriving from Plug.
Parameters:
this |
a Plug.
|
socket_id |
the XID of the socket’s window.
|