Extracted from Pike v7.6 release 87 at 2006-08-03.
pike.ida.liu.se
[Top]
GTK
GTK.Container

Method GTK.Container()->add()


Method add

GTK.Container add(GTK.Widget widget)

Description

Add a subwidget to the container. Don't forget to call show() in the subwidget. Some (even most) containers can only contain one child. Calling this function might result in a resize of the container.