Package: gtk

Function gtk:plug-new

Lambda List

gtk:plug-new (socket-id)

Arguments

socket-id -- a pointer with the window ID of the socket, or 0

Return Value

The new gtk:plug widget.

Details

Creates a new plug widget inside the gtk:socket widget identified by socket-id. If socket-id is 0, the plug is left "unplugged" and can later be plugged into a gtk:socket widget by the gtk:socket-add-id function.
 

See also

#2023-2-28