type: widget-ID
Widget ID of the child.
type: string (default: "")
ID of the window in which to embed. This cannot be changed after creation.
type: boolean (default: 1)
Whether or not the item is visible.
type: string (default: "")
Tcl command which is executed if the widget is destroyed. Before evaluation the following percent strings are substituated: TABLE %% | % %w | widget name. TABLE
With a plug widget a process can be embedded in another process using the XEMBED protocol. The GUI of the other process does not have to be written in GTK+ or Gnocl. Qt, Tcl/Tk or pure X should work just fine. If the other side uses Gnocl, it should use the socket widget. The plug widget can either be embedded by setting the -socketID option, or by setting the -plugID option of the socket. REMARK: embedding in Tk does not work. Any hint why is appreciated.