Method
GtkSocketget_plug_window
Declaration [src]
GdkWindow*
gtk_socket_get_plug_window (
GtkSocket* socket_
)
Description [src]
Retrieves the window of the plug. Use this to check if the plug has been created inside of the socket.
Available since: | 2.14 |
Return value
Type: GdkWindow
The window of the plug if
available, or NULL
.
The data is owned by the instance. |
The return value can be NULL . |