Method
GtkPlugconstruct_for_display
since: 2.2
Declaration [src]
void
gtk_plug_construct_for_display (
GtkPlug* plug,
GdkDisplay* display,
Window socket_id
)
Description [src]
Finish the initialization of plug for a given GtkSocket identified by
socket_id which is currently displayed on display.
This function will generally only be used by classes deriving from GtkPlug.
Available since: 2.2
Parameters
display-
Type:
GdkDisplayThe
GdkDisplayassociated withsocket_id’sGtkSocket.The data is owned by the caller of the method. socket_id-
Type:
WindowThe XID of the socket’s window.