construct_for_display
Description:
[
Version ( since =
"2.2" ) ]
public void construct_for_display (
Display display,
Window socket_id)
Finish the initialization of this for a given Socket
identified by socket_id which is currently displayed on display.
This function will generally only be used by classes deriving from Plug.
Parameters:
| this |
a Plug.
|
| display |
the Display associated with socket_id’s
Socket.
|
| socket_id |
the XID of the socket’s window.
|