Constructor
GtkPlugnew_for_display
since: 2.2
Declaration [src]
GtkWidget*
gtk_plug_new_for_display (
GdkDisplay* display,
Window socket_id
)
Description [src]
Create a new plug widget inside the GtkSocket
identified by socket_id.
Available since: 2.2
Parameters
display
-
Type:
GdkDisplay
The
GdkDisplay
on whichsocket_id
is displayed.The data is owned by the caller of the function. socket_id
-
Type:
Window
The XID of the socket’s window.
Return value
Type: GtkWidget
The new GtkPlug
widget.
The data is owned by the called function. |